Uses of Class
software.amazon.awssdk.services.s3.model.GetBucketTaggingResponse
-
Packages that use GetBucketTaggingResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of GetBucketTaggingResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return GetBucketTaggingResponse Modifier and Type Method Description GetBucketTaggingResponseDelegatingS3Client. getBucketTagging(GetBucketTaggingRequest getBucketTaggingRequest)Returns the tag set associated with the bucket.default GetBucketTaggingResponseS3Client. getBucketTagging(Consumer<GetBucketTaggingRequest.Builder> getBucketTaggingRequest)Returns the tag set associated with the bucket.default GetBucketTaggingResponseS3Client. getBucketTagging(GetBucketTaggingRequest getBucketTaggingRequest)Returns the tag set associated with the bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type GetBucketTaggingResponse Modifier and Type Method Description CompletableFuture<GetBucketTaggingResponse>DelegatingS3AsyncClient. getBucketTagging(GetBucketTaggingRequest getBucketTaggingRequest)Returns the tag set associated with the bucket.default CompletableFuture<GetBucketTaggingResponse>S3AsyncClient. getBucketTagging(Consumer<GetBucketTaggingRequest.Builder> getBucketTaggingRequest)Returns the tag set associated with the bucket.default CompletableFuture<GetBucketTaggingResponse>S3AsyncClient. getBucketTagging(GetBucketTaggingRequest getBucketTaggingRequest)Returns the tag set associated with the bucket.
-