Uses of Interface
software.amazon.awssdk.services.s3.S3Client
-
-
Uses of S3Client in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 that implement S3Client Modifier and Type Class Description classDelegatingS3ClientMethods in software.amazon.awssdk.services.s3 that return S3Client Modifier and Type Method Description static S3ClientS3Client. create()Create aS3Clientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.Constructors in software.amazon.awssdk.services.s3 with parameters of type S3Client Constructor Description DelegatingS3Client(S3Client delegate) -
Uses of S3Client in software.amazon.awssdk.services.s3.internal.client
Methods in software.amazon.awssdk.services.s3.internal.client that return S3Client Modifier and Type Method Description S3ClientS3SyncClientDecorator. decorate(S3Client base, SdkClientConfiguration clientConfiguration)Methods in software.amazon.awssdk.services.s3.internal.client with parameters of type S3Client Modifier and Type Method Description S3ClientS3SyncClientDecorator. decorate(S3Client base, SdkClientConfiguration clientConfiguration) -
Uses of S3Client in software.amazon.awssdk.services.s3.internal.crossregion
Classes in software.amazon.awssdk.services.s3.internal.crossregion that implement S3Client Modifier and Type Class Description classS3CrossRegionSyncClientDecorator S3 Sync client that will fetch the region name whenever there is Redirect 301 error due to cross region bucket access.Constructors in software.amazon.awssdk.services.s3.internal.crossregion with parameters of type S3Client Constructor Description S3CrossRegionSyncClient(S3Client s3Client) -
Uses of S3Client in software.amazon.awssdk.services.s3.internal.signing
Methods in software.amazon.awssdk.services.s3.internal.signing with parameters of type S3Client Modifier and Type Method Description DefaultS3Presigner.BuilderDefaultS3Presigner.Builder. s3Client(S3Client s3Client) -
Uses of S3Client in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type S3Client Constructor Description ListBucketsIterable(S3Client client, ListBucketsRequest firstRequest)ListDirectoryBucketsIterable(S3Client client, ListDirectoryBucketsRequest firstRequest)ListMultipartUploadsIterable(S3Client client, ListMultipartUploadsRequest firstRequest)ListObjectsV2Iterable(S3Client client, ListObjectsV2Request firstRequest)ListObjectVersionsIterable(S3Client client, ListObjectVersionsRequest firstRequest)ListPartsIterable(S3Client client, ListPartsRequest firstRequest) -
Uses of S3Client in software.amazon.awssdk.services.s3.presigner
Methods in software.amazon.awssdk.services.s3.presigner with parameters of type S3Client Modifier and Type Method Description S3Presigner.BuilderS3Presigner.Builder. s3Client(S3Client s3Client)Supply an S3 client for presigning S3 express requests that require S3 express session credentials,S3ExpressSessionCredentials. -
Uses of S3Client in software.amazon.awssdk.services.s3.waiters
Methods in software.amazon.awssdk.services.s3.waiters with parameters of type S3Client Modifier and Type Method Description S3Waiter.BuilderS3Waiter.Builder. client(S3Client client)Sets a customS3Clientthat will be used to poll the resource
-