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 SdkResponse
SdkResponse.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 class
ResponsePublisher<ResponseT extends SdkResponse>
AnSdkPublisher
that publishes response body content and also contains a reference to theSdkResponse
returned 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 anAsyncResponseTransformer
that allows reading the response body content as anInputStream
.static <ResponseT extends SdkResponse>
AsyncResponseTransformer<ResponseT,ResponsePublisher<ResponseT>>AsyncResponseTransformer. toPublisher()
Creates anAsyncResponseTransformer
that publishes the response body content through aResponsePublisher
, which is anSdkPublisher
that also contains a reference to theSdkResponse
returned 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 class
AttachHttpMetadataResponseHandler<T extends SdkResponse>
DecorateHttpResponseHandler
to attachSdkHttpResponse
to 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 SdkResponse
ExecutionInterceptor. modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)
Modify theSdkResponse
before it is returned by the client.SdkResponse
Context.AfterUnmarshalling. response()
TheSdkResponse
that was generated by unmarshalling theContext.AfterTransmission.httpResponse()
.SdkResponse
InterceptorContext. 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 theSdkResponse
available when the execution failed.Methods in software.amazon.awssdk.core.interceptor with parameters of type SdkResponse Modifier and Type Method Description InterceptorContext.Builder
InterceptorContext.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 class
InputStreamResponseTransformer<ResponseT extends SdkResponse>
AAsyncResponseTransformer
that allows performing blocking reads on the response data.class
PublisherAsyncResponseTransformer<ResponseT extends SdkResponse>
Transforms aPublisherAsyncResponseTransformer
andByteBuffer
SdkPublisher
into 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 class
AsyncStreamingResponseHandler<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 class
VoidSdkResponse
Dummy implementation ofSdkResponse
.Methods in software.amazon.awssdk.core.protocol that return SdkResponse Modifier and Type Method Description SdkResponse
VoidSdkResponse.Builder. build()
-