Uses of Class
software.amazon.awssdk.services.s3control.model.PutStorageLensConfigurationResponse
-
Packages that use PutStorageLensConfigurationResponse Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions. -
-
Uses of PutStorageLensConfigurationResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return PutStorageLensConfigurationResponse Modifier and Type Method Description default PutStorageLensConfigurationResponseS3ControlClient. putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration.default PutStorageLensConfigurationResponseS3ControlClient. putStorageLensConfiguration(PutStorageLensConfigurationRequest putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type PutStorageLensConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutStorageLensConfigurationResponse>S3ControlAsyncClient. putStorageLensConfiguration(Consumer<PutStorageLensConfigurationRequest.Builder> putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration.default CompletableFuture<PutStorageLensConfigurationResponse>S3ControlAsyncClient. putStorageLensConfiguration(PutStorageLensConfigurationRequest putStorageLensConfigurationRequest)Puts an Amazon S3 Storage Lens configuration.
-