Modifier and Type | Method and Description |
---|---|
protected void |
AmazonWebServiceClient.endClientExecution(AWSRequestMetrics awsRequestMetrics,
Request<?> request,
Response<?> response)
Convenient method to end the client execution without logging the
awsRequestMetrics.
|
protected void |
AmazonWebServiceClient.endClientExecution(AWSRequestMetrics awsRequestMetrics,
Request<?> request,
Response<?> response,
boolean loggingAwsRequestMetrics)
Common routine to end a client AWS request/response execution and collect
the request metrics.
|
Modifier and Type | Method and Description |
---|---|
void |
StackedRequestHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
RequestHandler2Adaptor.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
RequestHandler2.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
IRequestHandler2.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e)
Runs any additional processing logic on a request after it has failed.
|
void |
StackedRequestHandler.afterResponse(Request<?> request,
Response<?> response) |
void |
RequestHandler2Adaptor.afterResponse(Request<?> request,
Response<?> response) |
void |
RequestHandler2.afterResponse(Request<?> request,
Response<?> response) |
void |
IRequestHandler2.afterResponse(Request<?> request,
Response<?> response)
Runs any additional processing logic on the specified request (after is has been executed by
the client runtime).
|
Modifier and Type | Method and Description |
---|---|
private <T> Response<T> |
AmazonHttpClient.doExecute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext) |
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
private <T> Response<T> |
AmazonHttpClient.executeHelper(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext,
java.util.List<RequestHandler2> requestHandlers)
Internal method to execute the HTTP method given.
|
private <T> Response<T> |
AmazonHttpClient.executeOneRequest(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext execContext,
AWSRequestMetrics awsRequestMetrics,
AmazonHttpClient.ExecOneRequestParams execOneParams,
java.util.List<RequestHandler2> requestHandlers)
Returns the response from executing one httpClientSettings request; or null for retry.
|
<T> Response<T> |
AmazonHttpClient.executeWithTimer(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Start and end client execution timer around the execution of the request.
|
Modifier and Type | Method and Description |
---|---|
private void |
AmazonHttpClient.afterError(Request<?> request,
Response<?> response,
java.util.List<RequestHandler2> requestHandler2s,
AmazonClientException e) |
private <T> void |
AmazonHttpClient.afterResponse(Request<?> request,
java.util.List<RequestHandler2> requestHandler2s,
Response<T> response,
TimingInfo timingInfo) |
private void |
AmazonHttpClient.checkInterrupted(Response<?> response)
Check if the thread has been interrupted.
|
Modifier and Type | Field and Description |
---|---|
private Response<?> |
SdkInterruptedException.response |
Modifier and Type | Method and Description |
---|---|
Response<?> |
SdkInterruptedException.getResponse() |
Constructor and Description |
---|
SdkInterruptedException(Response<?> response) |
Modifier and Type | Method and Description |
---|---|
abstract void |
RequestMetricCollector.collectMetrics(Request<?> request,
Response<?> response)
Used to collect the metric at the end of a request/response cycle.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestMetricCollectorSupport.collectMetrics(Request<?> request,
Response<?> response)
Collects the metrics at the end of a request/response cycle, transforms
the metric data points into a cloud watch metric datum representation,
and then adds it to a memory queue so it will get summarized into the
necessary statistics and uploaded to Amazon CloudWatch.
|
private void |
RequestMetricCollectorSupport.collectMetrics0(Request<?> request,
Response<?> response) |
java.util.List<MetricDatum> |
PredefinedMetricTransformer.toMetricData(MetricType metricType,
Request<?> request,
Response<?> response)
Returns a non-null list of metric datum for the metrics collected for the
given request/response.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricDatum> |
DynamoDBRequestMetricTransformer.toMetricData(MetricType metricType,
Request<?> request,
Response<?> response) |
private java.util.List<MetricDatum> |
DynamoDBRequestMetricTransformer.toMetricData0(MetricType metricType,
Request<?> req,
Response<?> response) |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetricDatum> |
RequestMetricTransformer.toMetricData(MetricType metricType,
Request<?> request,
Response<?> response)
Returns a list of metric datum for the metrics collected for the given
request/response, or null if this transformer does not recognize the
specific input metric type.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonApiGatewayClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonApiGatewayClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonApiGatewayClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
AcceptJsonRequestHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
AcceptJsonRequestHandler.afterResponse(Request<?> request,
Response<?> response) |
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationAutoScalingClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationAutoScalingClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationAutoScalingClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationDiscoveryClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationDiscoveryClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSApplicationDiscoveryClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonAutoScalingClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonAutoScalingClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonAutoScalingClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCertificateManagerClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCertificateManagerClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCertificateManagerClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFormationClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFormationClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFormationClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFrontClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFrontClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudFrontClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudHSMClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudHSMClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudHSMClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchDomainClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchDomainClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchDomainClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudSearchClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudTrailClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudTrailClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCloudTrailClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchEventsClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchEventsClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCloudWatchEventsClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodeCommitClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodeCommitClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodeCommitClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCodeDeployClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCodeDeployClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCodeDeployClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodePipelineClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodePipelineClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCodePipelineClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoIdentityClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoIdentityClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoIdentityClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSCognitoIdentityProviderClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCognitoIdentityProviderClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSCognitoIdentityProviderClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoSyncClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoSyncClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonCognitoSyncClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonConfigClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonConfigClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonConfigClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSDatabaseMigrationServiceClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDatabaseMigrationServiceClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDatabaseMigrationServiceClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
DataPipelineClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
DataPipelineClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
DataPipelineClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSDeviceFarmClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDeviceFarmClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDeviceFarmClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDirectConnectClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDirectConnectClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDirectConnectClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSDirectoryServiceClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDirectoryServiceClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSDirectoryServiceClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBStreamsClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBStreamsClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBStreamsClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonDynamoDBClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonEC2Client.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonEC2Client.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonEC2Client.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
TimestampFormatRequestHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
GeneratePreSignUrlRequestHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
TimestampFormatRequestHandler.afterResponse(Request<?> request,
Response<?> response) |
void |
GeneratePreSignUrlRequestHandler.afterResponse(Request<?> request,
Response<?> response) |
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECRClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECRClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECRClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECSClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECSClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonECSClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElastiCacheClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElastiCacheClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElastiCacheClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticBeanstalkClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticBeanstalkClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticBeanstalkClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticFileSystemClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticFileSystemClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticFileSystemClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticLoadBalancingClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticLoadBalancingClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticLoadBalancingClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticMapReduceClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticMapReduceClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticMapReduceClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticsearchClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticsearchClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSElasticsearchClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticTranscoderClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticTranscoderClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonElasticTranscoderClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGameLiftClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGameLiftClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGameLiftClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGlacierClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGlacierClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonGlacierClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonIdentityManagementClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonIdentityManagementClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonIdentityManagementClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonImportExportClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonImportExportClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonImportExportClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonInspectorClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonInspectorClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonInspectorClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotDataClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotDataClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSIotDataClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisFirehoseClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisFirehoseClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonKinesisFirehoseClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSKMSClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSKMSClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSKMSClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSLambdaClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSLambdaClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSLambdaClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSLogsClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSLogsClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSLogsClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonMachineLearningClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonMachineLearningClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonMachineLearningClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
void |
RandomIdHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
PredictEndpointHandler.afterError(Request<?> request,
Response<?> response,
java.lang.Exception e) |
void |
RandomIdHandler.afterResponse(Request<?> request,
Response<?> response) |
void |
PredictEndpointHandler.afterResponse(Request<?> request,
Response<?> response) |
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceCommerceAnalyticsClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceCommerceAnalyticsClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceCommerceAnalyticsClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceMeteringClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceMeteringClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSMarketplaceMeteringClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSOpsWorksClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSOpsWorksClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSOpsWorksClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRDSClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRDSClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRDSClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRedshiftClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRedshiftClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRedshiftClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53Client.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53Client.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53Client.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53DomainsClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53DomainsClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonRoute53DomainsClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSSecurityTokenServiceClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSecurityTokenServiceClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSecurityTokenServiceClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleDBClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleDBClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleDBClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleEmailServiceClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleEmailServiceClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleEmailServiceClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSSimpleSystemsManagementClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSimpleSystemsManagementClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSimpleSystemsManagementClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleWorkflowClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleWorkflowClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSimpleWorkflowClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSNSClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSNSClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSNSClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSQSClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSQSClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonSQSClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSStorageGatewayClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSStorageGatewayClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSStorageGatewayClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSSupportClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSupportClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSSupportClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AWSWAFClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSWAFClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AWSWAFClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|
Modifier and Type | Method and Description |
---|---|
private <X,Y extends AmazonWebServiceRequest> |
AmazonWorkspacesClient.anonymousInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke with no authentication.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonWorkspacesClient.doInvoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Invoke the request using the http client.
|
private <X,Y extends AmazonWebServiceRequest> |
AmazonWorkspacesClient.invoke(Request<Y> request,
HttpResponseHandler<AmazonWebServiceResponse<X>> responseHandler,
ExecutionContext executionContext)
Normal invoke with authentication.
|