| Package | Description |
|---|---|
| com.baidubce | |
| com.baidubce.auth | |
| com.baidubce.http | |
| com.baidubce.services.ses |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends AbstractBceResponse> |
AbstractBceClient.invokeHttpClient(InternalRequest request,
Class<T> responseClass)
Subclasses should invoke this method for sending request to the target service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Signer.sign(InternalRequest request,
BceCredentials credentials)
Equivalent to sign(request, credentials, SignOptions.DEFAULT).
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials) |
void |
Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
void |
BceV1Signer.sign(InternalRequest request,
BceCredentials credentials,
SignOptions options)
Sign the given request with the given set of credentials.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends AbstractBceResponse> |
BceHttpClient.execute(InternalRequest request,
Class<T> responseClass,
HttpResponseHandler[] responseHandlers)
Executes the request and returns the result.
|
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SesClientSupport.createRequest(String resourceKey,
AbstractBceRequest bceRequest,
HttpMethodName httpMethod,
String... pathVariables) |
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
| Modifier and Type | Method and Description |
|---|---|
protected InternalRequest |
SesClientSupport.fillRequestPayload(InternalRequest internalRequest,
String strJson) |
Copyright © 2015. All rights reserved.