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