Uses of Interface
software.amazon.awssdk.services.s3.S3AsyncClient
Packages that use S3AsyncClient
Package
Description
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 that implement S3AsyncClientMethods in software.amazon.awssdk.services.s3 that return S3AsyncClientModifier and TypeMethodDescriptionS3CrtAsyncClientBuilder.build()static S3AsyncClientS3AsyncClient.create()Create aS3AsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.static S3AsyncClientS3AsyncClient.crtCreate()Create a CRT-basedS3AsyncClientwith default settingsConstructors in software.amazon.awssdk.services.s3 with parameters of type S3AsyncClient -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.client
Methods in software.amazon.awssdk.services.s3.internal.client that return S3AsyncClientModifier and TypeMethodDescriptionS3AsyncClientDecorator.decorate(S3AsyncClient base, SdkClientConfiguration clientConfiguration) Methods in software.amazon.awssdk.services.s3.internal.client with parameters of type S3AsyncClientModifier and TypeMethodDescriptionS3AsyncClientDecorator.decorate(S3AsyncClient base, SdkClientConfiguration clientConfiguration) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crossregion
Classes in software.amazon.awssdk.services.s3.internal.crossregion that implement S3AsyncClientConstructors in software.amazon.awssdk.services.s3.internal.crossregion with parameters of type S3AsyncClient -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crt
Subinterfaces of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crtModifier and TypeInterfaceDescriptioninterfaceService client for accessing Amazon S3 asynchronously using the AWS Common Runtime S3 client.Classes in software.amazon.awssdk.services.s3.internal.crt that implement S3AsyncClient -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.multipart
Classes in software.amazon.awssdk.services.s3.internal.multipart that implement S3AsyncClientModifier and TypeClassDescriptionfinal classAnS3AsyncClientthat automatically converts PUT, COPY, and GET requests to their respective multipart call.Methods in software.amazon.awssdk.services.s3.internal.multipart with parameters of type S3AsyncClientModifier and TypeMethodDescriptionstatic MultipartS3AsyncClientMultipartS3AsyncClient.create(S3AsyncClient client, MultipartConfiguration multipartConfiguration, boolean checksumEnabled) Constructors in software.amazon.awssdk.services.s3.internal.multipart with parameters of type S3AsyncClientModifierConstructorDescriptionCopyObjectHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long uploadThreshold) DownloadObjectHelper(S3AsyncClient s3AsyncClient, long bufferSizeInBytes, int maxInFlightParts) GenericMultipartHelper(S3AsyncClient s3AsyncClient, Function<RequestT, AbortMultipartUploadRequest.Builder> abortMultipartUploadRequestConverter, Function<CompleteMultipartUploadResponse, ResponseT> responseConverter) MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest) MultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest, int completedParts) MultipartUploadHelper(S3AsyncClient s3AsyncClient, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes) ParallelMultipartDownloaderSubscriber(S3AsyncClient s3, GetObjectRequest getObjectRequest, CompletableFuture<GetObjectResponse> resultFuture, int maxInFlightParts) UploadObjectHelper(S3AsyncClient s3AsyncClient, MultipartConfigurationResolver resolver) UploadWithKnownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes, int maxInFlightParts) UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes, int maxInFlightParts) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type S3AsyncClientModifierConstructorDescriptionListBucketsPublisher(S3AsyncClient client, ListBucketsRequest firstRequest) ListDirectoryBucketsPublisher(S3AsyncClient client, ListDirectoryBucketsRequest firstRequest) ListMultipartUploadsPublisher(S3AsyncClient client, ListMultipartUploadsRequest firstRequest) ListObjectsV2Publisher(S3AsyncClient client, ListObjectsV2Request firstRequest) ListObjectVersionsPublisher(S3AsyncClient client, ListObjectVersionsRequest firstRequest) ListPartsPublisher(S3AsyncClient client, ListPartsRequest firstRequest) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.waiters
Methods in software.amazon.awssdk.services.s3.waiters with parameters of type S3AsyncClientModifier and TypeMethodDescriptionS3AsyncWaiter.Builder.client(S3AsyncClient client) Sets a customS3AsyncClientthat will be used to poll the resource