Uses of Class
software.amazon.awssdk.services.s3control.model.PutStorageLensConfigurationTaggingResponse
-
Packages that use PutStorageLensConfigurationTaggingResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of PutStorageLensConfigurationTaggingResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return PutStorageLensConfigurationTaggingResponse Modifier and Type Method Description default PutStorageLensConfigurationTaggingResponseS3ControlClient. putStorageLensConfigurationTagging(Consumer<PutStorageLensConfigurationTaggingRequest.Builder> putStorageLensConfigurationTaggingRequest)Put or replace tags on an existing Amazon S3 Storage Lens configuration.default PutStorageLensConfigurationTaggingResponseS3ControlClient. putStorageLensConfigurationTagging(PutStorageLensConfigurationTaggingRequest putStorageLensConfigurationTaggingRequest)Put or replace tags on an existing Amazon S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type PutStorageLensConfigurationTaggingResponse Modifier and Type Method Description default CompletableFuture<PutStorageLensConfigurationTaggingResponse>S3ControlAsyncClient. putStorageLensConfigurationTagging(Consumer<PutStorageLensConfigurationTaggingRequest.Builder> putStorageLensConfigurationTaggingRequest)Put or replace tags on an existing Amazon S3 Storage Lens configuration.default CompletableFuture<PutStorageLensConfigurationTaggingResponse>S3ControlAsyncClient. putStorageLensConfigurationTagging(PutStorageLensConfigurationTaggingRequest putStorageLensConfigurationTaggingRequest)Put or replace tags on an existing Amazon S3 Storage Lens configuration.
-