Uses of Class
software.amazon.awssdk.services.s3.model.S3Request
-
-
Uses of S3Request in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 with type parameters of type S3Request Modifier and Type Method Description protected <T extends S3Request,ReturnT>
CompletableFuture<ReturnT>DelegatingS3AsyncClient. invokeOperation(T request, Function<T,CompletableFuture<ReturnT>> operation)
protected <T extends S3Request,ReturnT>
ReturnTDelegatingS3Client. invokeOperation(T request, Function<T,ReturnT> operation)
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal
Methods in software.amazon.awssdk.services.s3.internal with type parameters of type S3Request Modifier and Type Method Description static <T extends S3Request>
TUserAgentUtils. applyPaginatorUserAgent(T request)
static <T extends S3Request>
TUserAgentUtils. applyUserAgentInfo(T request, Consumer<AwsRequestOverrideConfiguration.Builder> userAgentApplier)
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal.crossregion
Methods in software.amazon.awssdk.services.s3.internal.crossregion with type parameters of type S3Request Modifier and Type Method Description protected <T extends S3Request,ReturnT>
CompletableFuture<ReturnT>S3CrossRegionAsyncClient. invokeOperation(T request, Function<T,CompletableFuture<ReturnT>> operation)
protected <T extends S3Request,ReturnT>
ReturnTS3CrossRegionSyncClient. invokeOperation(T request, Function<T,ReturnT> operation)
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal.crossregion.utils
Methods in software.amazon.awssdk.services.s3.internal.crossregion.utils with type parameters of type S3Request Modifier and Type Method Description static <T extends S3Request>
TCrossRegionUtils. requestWithDecoratedEndpointProvider(T request, Supplier<Region> regionSupplier, EndpointProvider clientEndpointProvider)
static <T extends S3Request>
AwsRequestOverrideConfigurationCrossRegionUtils. updateUserAgentInConfig(T request)
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal.endpoints
Methods in software.amazon.awssdk.services.s3.internal.endpoints that return S3Request Modifier and Type Method Description S3Request
S3EndpointResolverFactoryContext. originalRequest()
Methods in software.amazon.awssdk.services.s3.internal.endpoints with parameters of type S3Request Modifier and Type Method Description S3EndpointResolverFactoryContext.Builder
S3EndpointResolverFactoryContext.Builder. originalRequest(S3Request originalRequest)
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal.multipart
Classes in software.amazon.awssdk.services.s3.internal.multipart with type parameters of type S3Request Modifier and Type Class Description class
GenericMultipartHelper<RequestT extends S3Request,ResponseT extends S3Response>
-
Uses of S3Request in software.amazon.awssdk.services.s3.internal.signing
Methods in software.amazon.awssdk.services.s3.internal.signing with parameters of type S3Request Modifier and Type Method Description static Optional<Signer>
S3SigningUtils. internalSignerOverride(S3Request originalRequest)
-
Uses of S3Request in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return S3Request Modifier and Type Method Description S3Request
S3Request.Builder. build()
Constructors in software.amazon.awssdk.services.s3.model with parameters of type S3Request Constructor Description BuilderImpl(S3Request request)
-