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