Uses of Class
software.amazon.awssdk.core.Response
-
-
Uses of Response in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return Response Modifier and Type Method Description Response<T>Response.Builder. build()Builds aResponseobject based on the values held by this builder. -
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 Response Modifier and Type Method Description HttpResponseHandler<Response<OutputT>>ClientExecutionParams. 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 Response Modifier and Type Method Description ClientExecutionParams<InputT,OutputT>ClientExecutionParams. 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 Response Modifier and Type Method Description Response<OutputT>StreamManagingStage. execute(SdkHttpFullRequest request, RequestExecutionContext context)Response<OutputT>CombinedResponseHandler. handle(SdkHttpFullResponse httpResponse, ExecutionAttributes executionAttributes)Method parameters in software.amazon.awssdk.core.internal.http with type arguments of type Response Modifier and Type Method Description <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 Response Constructor Description StreamManagingStage(RequestPipeline<SdkHttpFullRequest,Response<OutputT>> wrapped) -
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 Modifier and Type Method Description CompletableFuture<Response<OutputT>>CombinedResponseAsyncHttpResponseHandler. prepare() -
Uses of Response in software.amazon.awssdk.core.internal.http.pipeline.stages
Methods in software.amazon.awssdk.core.internal.http.pipeline.stages that return Response Modifier and Type Method Description Response<OutputT>ApiCallAttemptMetricCollectionStage. execute(SdkHttpFullRequest input, RequestExecutionContext context)Response<OutputT>ApiCallAttemptTimeoutTrackingStage. execute(SdkHttpFullRequest request, RequestExecutionContext context)Start and end api call attempt timer around the execution of the api call attempt.Response<OutputT>ApiCallMetricCollectionStage. execute(SdkHttpFullRequest input, RequestExecutionContext context)Response<OutputT>ApiCallTimeoutTrackingStage. execute(SdkHttpFullRequest request, RequestExecutionContext context)Response<OutputT>HandleResponseStage. execute(SdkHttpFullResponse httpResponse, RequestExecutionContext context)Response<OutputT>RetryableStage. execute(SdkHttpFullRequest request, RequestExecutionContext context)Response<OutputT>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 Response Modifier and Type Method Description CompletableFuture<Response<OutputT>>AsyncApiCallAttemptMetricCollectionStage. execute(SdkHttpFullRequest input, RequestExecutionContext context)CompletableFuture<Response<OutputT>>AsyncRetryableStage. execute(SdkHttpFullRequest request, RequestExecutionContext context)CompletableFuture<Response<OutputT>>MakeAsyncHttpRequestStage. execute(CompletableFuture<SdkHttpFullRequest> requestFuture, RequestExecutionContext context)Methods in software.amazon.awssdk.core.internal.http.pipeline.stages with parameters of type Response Modifier and Type Method Description OutputTUnwrapResponseContainer. execute(Response<OutputT> input, RequestExecutionContext context) -
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 Response Modifier and Type Method Description voidRetryableStageHelper. 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.
-