Uses of Class
software.amazon.awssdk.core.Response
Packages that use Response
Package
Description
-
Uses of Response in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return Response -
Uses of Response in software.amazon.awssdk.core.client.handler
Methods in software.amazon.awssdk.core.client.handler that return types with arguments of type ResponseModifier and TypeMethodDescriptionClientExecutionParams.getCombinedResponseHandler()Non-streaming requests can use handlers that handle both error and success as a single handler instead of submitting individual success and error handlers.Method parameters in software.amazon.awssdk.core.client.handler with type arguments of type ResponseModifier and TypeMethodDescriptionClientExecutionParams.withCombinedResponseHandler(HttpResponseHandler<Response<OutputT>> combinedResponseHandler) -
Uses of Response in software.amazon.awssdk.core.internal.http
Methods in software.amazon.awssdk.core.internal.http that return ResponseModifier and TypeMethodDescriptionStreamManagingStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) CombinedResponseHandler.handle(SdkHttpFullResponse httpResponse, ExecutionAttributes executionAttributes) Method parameters in software.amazon.awssdk.core.internal.http with type arguments of type ResponseModifier and TypeMethodDescription<OutputT> CompletableFuture<OutputT>AmazonAsyncHttpClient.RequestExecutionBuilder.execute(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler) Executes the request with the given configuration.<OutputT> OutputTAmazonSyncHttpClient.RequestExecutionBuilder.execute(HttpResponseHandler<Response<OutputT>> combinedResponseHandler) Executes the request with the given configuration.Constructor parameters in software.amazon.awssdk.core.internal.http with type arguments of type ResponseModifierConstructorDescription -
Uses of Response in software.amazon.awssdk.core.internal.http.async
Methods in software.amazon.awssdk.core.internal.http.async that return types with arguments of type Response -
Uses of Response in software.amazon.awssdk.core.internal.http.pipeline.stages
Methods in software.amazon.awssdk.core.internal.http.pipeline.stages that return ResponseModifier and TypeMethodDescriptionApiCallAttemptMetricCollectionStage.execute(SdkHttpFullRequest input, RequestExecutionContext context) ApiCallAttemptTimeoutTrackingStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) Start and end api call attempt timer around the execution of the api call attempt.ApiCallMetricCollectionStage.execute(SdkHttpFullRequest input, RequestExecutionContext context) ApiCallTimeoutTrackingStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) HandleResponseStage.execute(SdkHttpFullResponse httpResponse, RequestExecutionContext context) RetryableStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) TimeoutExceptionHandlingStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) Translate anExceptioncaused by timeout based on the following criteria: If theExceptionis caused byClientOverrideConfiguration.apiCallTimeout(), translates it toInterruptedExceptionso it can be handled appropriately inApiCallTimeoutTrackingStage.Methods in software.amazon.awssdk.core.internal.http.pipeline.stages that return types with arguments of type ResponseModifier and TypeMethodDescriptionAsyncApiCallAttemptMetricCollectionStage.execute(SdkHttpFullRequest input, RequestExecutionContext context) AsyncRetryableStage.execute(SdkHttpFullRequest request, RequestExecutionContext context) MakeAsyncHttpRequestStage.execute(CompletableFuture<SdkHttpFullRequest> requestFuture, RequestExecutionContext context) Methods in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type ResponseModifier and TypeMethodDescriptionUnwrapResponseContainer.execute(Response<OutputT> input, RequestExecutionContext context) Constructor parameters in software.amazon.awssdk.core.internal.http.pipeline.stages with type arguments of type ResponseModifierConstructorDescriptionApiCallAttemptTimeoutTrackingStage(HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>> wrapped) ApiCallTimeoutTrackingStage(HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>> wrapped) AsyncApiCallAttemptMetricCollectionStage(RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>> wrapped) AsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler, HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>> requestPipeline) AsyncRetryableStage(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler, HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, CompletableFuture<Response<OutputT>>> requestPipeline) HandleResponseStage(HttpResponseHandler<Response<OutputT>> responseHandler) MakeAsyncHttpRequestStage(TransformingAsyncResponseHandler<Response<OutputT>> responseHandler, HttpClientDependencies dependencies) RetryableStage(HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>> requestPipeline) TimeoutExceptionHandlingStage(HttpClientDependencies dependencies, RequestPipeline<SdkHttpFullRequest, Response<OutputT>> requestPipeline) -
Uses of Response in software.amazon.awssdk.core.internal.http.pipeline.stages.utils
Methods in software.amazon.awssdk.core.internal.http.pipeline.stages.utils with parameters of type ResponseModifier and TypeMethodDescriptionvoidRetryableStageHelper.adjustClockIfClockSkew(Response<?> response) Adjust the client-side clock skew if the provided response indicates that there is a large skew between the client and service.