@ThreadSafe public static interface Context.AfterTransmission extends Context.BeforeTransmission
ExecutionInterceptor.afterTransmission(software.amazon.awssdk.core.interceptor.Context.AfterTransmission, software.amazon.awssdk.core.interceptor.ExecutionAttributes) method is invoked.| Modifier and Type | Method and Description |
|---|---|
SdkHttpResponse |
httpResponse()
The HTTP response returned by the service with which the SDK is communicating.
|
Optional<InputStream> |
responseBody()
The
InputStream that provides streaming content returned from the service. |
Optional<org.reactivestreams.Publisher<ByteBuffer>> |
responsePublisher()
The
Publisher that provides ByteBuffer events upon request. |
asyncRequestBody, httpRequest, requestBodyrequestSdkHttpResponse httpResponse()
Optional<org.reactivestreams.Publisher<ByteBuffer>> responsePublisher()
Publisher that provides ByteBuffer events upon request.Optional<InputStream> responseBody()
InputStream that provides streaming content returned from the service.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.