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