Uses of Interface
software.amazon.awssdk.services.s3.S3Client
Packages that use S3Client
Package
Description
-
Uses of S3Client in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 that implement S3ClientMethods in software.amazon.awssdk.services.s3 that return S3ClientModifier and TypeMethodDescriptionstatic 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 -
Uses of S3Client in software.amazon.awssdk.services.s3.internal.client
Methods in software.amazon.awssdk.services.s3.internal.client that return S3ClientModifier and TypeMethodDescriptionS3SyncClientDecorator.decorate(S3Client base, SdkClientConfiguration clientConfiguration) Methods in software.amazon.awssdk.services.s3.internal.client with parameters of type S3ClientModifier and TypeMethodDescriptionS3SyncClientDecorator.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 S3ClientModifier and TypeClassDescriptionfinal classDecorator 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 -
Uses of S3Client in software.amazon.awssdk.services.s3.internal.signing
Methods in software.amazon.awssdk.services.s3.internal.signing with parameters of type S3ClientModifier and TypeMethodDescription -
Uses of S3Client in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type S3ClientModifierConstructorDescriptionListBucketsIterable(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 S3ClientModifier and TypeMethodDescriptionSupply 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