Uses of Class
software.amazon.awssdk.core.SdkResponse
-
-
Uses of SdkResponse in software.amazon.awssdk.core
Methods in software.amazon.awssdk.core that return SdkResponse Modifier and Type Method Description SdkResponseSdkResponse.Builder. build()Constructors in software.amazon.awssdk.core with parameters of type SdkResponse Constructor Description BuilderImpl(SdkResponse response) -
Uses of SdkResponse in software.amazon.awssdk.core.async
Classes in software.amazon.awssdk.core.async with type parameters of type SdkResponse Modifier and Type Class Description classResponsePublisher<ResponseT extends SdkResponse>AnSdkPublisherthat publishes response body content and also contains a reference to theSdkResponsereturned by the service.Methods in software.amazon.awssdk.core.async with type parameters of type SdkResponse Modifier and Type Method Description static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponseInputStream<ResponseT>>AsyncResponseTransformer. toBlockingInputStream()Creates anAsyncResponseTransformerthat allows reading the response body content as anInputStream.static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponsePublisher<ResponseT>>AsyncResponseTransformer. toPublisher()Creates anAsyncResponseTransformerthat publishes the response body content through aResponsePublisher, which is anSdkPublisherthat also contains a reference to theSdkResponsereturned by the service.static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponsePublisher<ResponseT>>AsyncResponseTransformer. toPublisher(Duration timeout)Creates anAsyncResponseTransformerwith a custom timeout that publishes the response body content through aResponsePublisher, which is anSdkPublisherthat also contains a reference to theSdkResponsereturned by the service. -
Uses of SdkResponse in software.amazon.awssdk.core.client.handler
Classes in software.amazon.awssdk.core.client.handler with type parameters of type SdkResponse Modifier and Type Class Description classAttachHttpMetadataResponseHandler<T extends SdkResponse>DecorateHttpResponseHandlerto attachSdkHttpResponseto the response object.Methods in software.amazon.awssdk.core.client.handler with type parameters of type SdkResponse Modifier and Type Method Description <InputT extends SdkRequest,OutputT extends SdkResponse>
CompletableFuture<OutputT>AsyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams)Execute's a web service request.<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT>
CompletableFuture<ReturnT>AsyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams, AsyncResponseTransformer<OutputT,ReturnT> asyncResponseTransformer)Execute's a streaming web service request.<InputT extends SdkRequest,OutputT extends SdkResponse>
OutputTSdkSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams)<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT>
ReturnTSdkSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams, ResponseTransformer<OutputT,ReturnT> responseTransformer)<InputT extends SdkRequest,OutputT extends SdkResponse>
OutputTSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams)Execute's a web service request.<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT>
ReturnTSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams, ResponseTransformer<OutputT,ReturnT> responseTransformer)Execute's a streaming web service request. -
Uses of SdkResponse in software.amazon.awssdk.core.interceptor
Methods in software.amazon.awssdk.core.interceptor that return SdkResponse Modifier and Type Method Description default SdkResponseExecutionInterceptor. modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)Modify theSdkResponsebefore it is returned by the client.SdkResponseContext.AfterUnmarshalling. response()TheSdkResponsethat was generated by unmarshalling theContext.AfterTransmission.httpResponse().SdkResponseInterceptorContext. response()Methods in software.amazon.awssdk.core.interceptor that return types with arguments of type SdkResponse Modifier and Type Method Description Optional<SdkResponse>Context.FailedExecution. response()The latest version of theSdkResponseavailable when the execution failed.Methods in software.amazon.awssdk.core.interceptor with parameters of type SdkResponse Modifier and Type Method Description InterceptorContext.BuilderInterceptorContext.Builder. response(SdkResponse response) -
Uses of SdkResponse in software.amazon.awssdk.core.internal.async
Classes in software.amazon.awssdk.core.internal.async with type parameters of type SdkResponse Modifier and Type Class Description classInputStreamResponseTransformer<ResponseT extends SdkResponse>AAsyncResponseTransformerthat allows performing blocking reads on the response data.classPublisherAsyncResponseTransformer<ResponseT extends SdkResponse>Transforms aPublisherAsyncResponseTransformerandByteBufferSdkPublisherinto aResponsePublisher. -
Uses of SdkResponse in software.amazon.awssdk.core.internal.handler
Methods in software.amazon.awssdk.core.internal.handler with type parameters of type SdkResponse Modifier and Type Method Description <InputT extends SdkRequest,OutputT extends SdkResponse>
CompletableFuture<OutputT>BaseAsyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams)<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT>
CompletableFuture<ReturnT>BaseAsyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams, AsyncResponseTransformer<OutputT,ReturnT> asyncResponseTransformer)<InputT extends SdkRequest,OutputT extends SdkResponse>
OutputTBaseSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams)<InputT extends SdkRequest,OutputT extends SdkResponse,ReturnT>
ReturnTBaseSyncClientHandler. execute(ClientExecutionParams<InputT,OutputT> executionParams, ResponseTransformer<OutputT,ReturnT> responseTransformer)protected <InputT extends SdkRequest,OutputT extends SdkResponse>
ExecutionContextBaseClientHandler. invokeInterceptorsAndCreateExecutionContext(ClientExecutionParams<InputT,OutputT> params) -
Uses of SdkResponse in software.amazon.awssdk.core.internal.http.async
Classes in software.amazon.awssdk.core.internal.http.async with type parameters of type SdkResponse Modifier and Type Class Description classAsyncStreamingResponseHandler<OutputT extends SdkResponse,ReturnT>Response handler for asynchronous streaming operations. -
Uses of SdkResponse in software.amazon.awssdk.core.internal.interceptor
Methods in software.amazon.awssdk.core.internal.interceptor that return types with arguments of type SdkResponse Modifier and Type Method Description Optional<SdkResponse>DefaultFailedExecutionContext. response() -
Uses of SdkResponse in software.amazon.awssdk.core.protocol
Subclasses of SdkResponse in software.amazon.awssdk.core.protocol Modifier and Type Class Description classVoidSdkResponseDummy implementation ofSdkResponse.Methods in software.amazon.awssdk.core.protocol that return SdkResponse Modifier and Type Method Description SdkResponseVoidSdkResponse.Builder. build()
-