Interface AsyncSignedRequest
- All Superinterfaces:
 BaseSignedRequest<org.reactivestreams.Publisher<ByteBuffer>>,ToCopyableBuilder<AsyncSignedRequest.Builder,AsyncSignedRequest> 
- All Known Implementing Classes:
 DefaultAsyncSignedRequest
@Immutable
@ThreadSafe
public interface AsyncSignedRequest
extends BaseSignedRequest<org.reactivestreams.Publisher<ByteBuffer>>, ToCopyableBuilder<AsyncSignedRequest.Builder,AsyncSignedRequest> 
Represents a request with async payload that has been signed by 
HttpSigner.- 
Nested Class Summary
Nested Classes - 
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AsyncSignedRequest.Builderbuilder()Get a new builder for creating aAsyncSignedRequest.Methods inherited from interface software.amazon.awssdk.http.auth.spi.signer.BaseSignedRequest
payload, requestMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy, toBuilder 
- 
Method Details
- 
builder
Get a new builder for creating aAsyncSignedRequest. 
 -