Uses of Class
software.amazon.awssdk.services.s3control.model.GetStorageLensConfigurationTaggingResponse
-
Packages that use GetStorageLensConfigurationTaggingResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of GetStorageLensConfigurationTaggingResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return GetStorageLensConfigurationTaggingResponse Modifier and Type Method Description default GetStorageLensConfigurationTaggingResponseS3ControlClient. getStorageLensConfigurationTagging(Consumer<GetStorageLensConfigurationTaggingRequest.Builder> getStorageLensConfigurationTaggingRequest)Gets the tags of Amazon S3 Storage Lens configuration.default GetStorageLensConfigurationTaggingResponseS3ControlClient. getStorageLensConfigurationTagging(GetStorageLensConfigurationTaggingRequest getStorageLensConfigurationTaggingRequest)Gets the tags of Amazon S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type GetStorageLensConfigurationTaggingResponse Modifier and Type Method Description default CompletableFuture<GetStorageLensConfigurationTaggingResponse>S3ControlAsyncClient. getStorageLensConfigurationTagging(Consumer<GetStorageLensConfigurationTaggingRequest.Builder> getStorageLensConfigurationTaggingRequest)Gets the tags of Amazon S3 Storage Lens configuration.default CompletableFuture<GetStorageLensConfigurationTaggingResponse>S3ControlAsyncClient. getStorageLensConfigurationTagging(GetStorageLensConfigurationTaggingRequest getStorageLensConfigurationTaggingRequest)Gets the tags of Amazon S3 Storage Lens configuration.
-