Uses of Class
software.amazon.awssdk.services.s3control.model.DeleteStorageLensConfigurationResponse
-
Packages that use DeleteStorageLensConfigurationResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of DeleteStorageLensConfigurationResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return DeleteStorageLensConfigurationResponse Modifier and Type Method Description default DeleteStorageLensConfigurationResponseS3ControlClient. deleteStorageLensConfiguration(Consumer<DeleteStorageLensConfigurationRequest.Builder> deleteStorageLensConfigurationRequest)Deletes the Amazon S3 Storage Lens configuration.default DeleteStorageLensConfigurationResponseS3ControlClient. deleteStorageLensConfiguration(DeleteStorageLensConfigurationRequest deleteStorageLensConfigurationRequest)Deletes the Amazon S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type DeleteStorageLensConfigurationResponse Modifier and Type Method Description default CompletableFuture<DeleteStorageLensConfigurationResponse>S3ControlAsyncClient. deleteStorageLensConfiguration(Consumer<DeleteStorageLensConfigurationRequest.Builder> deleteStorageLensConfigurationRequest)Deletes the Amazon S3 Storage Lens configuration.default CompletableFuture<DeleteStorageLensConfigurationResponse>S3ControlAsyncClient. deleteStorageLensConfiguration(DeleteStorageLensConfigurationRequest deleteStorageLensConfigurationRequest)Deletes the Amazon S3 Storage Lens configuration.
-