Uses of Interface
software.amazon.awssdk.services.s3.S3AsyncClient
-
-
Uses of S3AsyncClient in software.amazon.awssdk.services.s3
Classes in software.amazon.awssdk.services.s3 that implement S3AsyncClient Modifier and Type Class Description classDelegatingS3AsyncClientMethods in software.amazon.awssdk.services.s3 that return S3AsyncClient Modifier and Type Method Description S3AsyncClientS3CrtAsyncClientBuilder. 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 Constructor Description DelegatingS3AsyncClient(S3AsyncClient delegate) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.client
Methods in software.amazon.awssdk.services.s3.internal.client that return S3AsyncClient Modifier and Type Method Description S3AsyncClientS3AsyncClientDecorator. decorate(S3AsyncClient base, SdkClientConfiguration clientConfiguration)Methods in software.amazon.awssdk.services.s3.internal.client with parameters of type S3AsyncClient Modifier and Type Method Description S3AsyncClientS3AsyncClientDecorator. 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 S3AsyncClient Modifier and Type Class Description classS3CrossRegionAsyncClientConstructors in software.amazon.awssdk.services.s3.internal.crossregion with parameters of type S3AsyncClient Constructor Description S3CrossRegionAsyncClient(S3AsyncClient s3Client) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crt
Subinterfaces of S3AsyncClient in software.amazon.awssdk.services.s3.internal.crt Modifier and Type Interface Description interfaceS3CrtAsyncClientService 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 Modifier and Type Class Description classDefaultS3CrtAsyncClient -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.internal.multipart
Classes in software.amazon.awssdk.services.s3.internal.multipart that implement S3AsyncClient Modifier and Type Class Description classMultipartS3AsyncClientAnS3AsyncClientthat 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 S3AsyncClient Modifier and Type Method Description static MultipartS3AsyncClientMultipartS3AsyncClient. create(S3AsyncClient client, MultipartConfiguration multipartConfiguration, boolean checksumEnabled)Constructors in software.amazon.awssdk.services.s3.internal.multipart with parameters of type S3AsyncClient Constructor Description CopyObjectHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long uploadThreshold)DownloadObjectHelper(S3AsyncClient s3AsyncClient, long bufferSizeInBytes)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)UploadObjectHelper(S3AsyncClient s3AsyncClient, MultipartConfigurationResolver resolver)UploadWithKnownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes)UploadWithUnknownContentLengthHelper(S3AsyncClient s3AsyncClient, long partSizeInBytes, long multipartUploadThresholdInBytes, long maxMemoryUsageInBytes) -
Uses of S3AsyncClient in software.amazon.awssdk.services.s3.paginators
Constructors in software.amazon.awssdk.services.s3.paginators with parameters of type S3AsyncClient Constructor Description ListBucketsPublisher(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 S3AsyncClient Modifier and Type Method Description S3AsyncWaiter.BuilderS3AsyncWaiter.Builder. client(S3AsyncClient client)Sets a customS3AsyncClientthat will be used to poll the resource
-