Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationsRequest
-
Packages that use ListStorageLensConfigurationsRequest 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.paginators software.amazon.awssdk.services.s3control.transform -
-
Uses of ListStorageLensConfigurationsRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListStorageLensConfigurationsRequest Modifier and Type Method Description default CompletableFuture<ListStorageLensConfigurationsResponse>S3ControlAsyncClient. listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.default ListStorageLensConfigurationsResponseS3ControlClient. listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.default ListStorageLensConfigurationsPublisherS3ControlAsyncClient. listStorageLensConfigurationsPaginator(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.default ListStorageLensConfigurationsIterableS3ControlClient. listStorageLensConfigurationsPaginator(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations. -
Uses of ListStorageLensConfigurationsRequest in software.amazon.awssdk.services.s3control.paginators
Constructors in software.amazon.awssdk.services.s3control.paginators with parameters of type ListStorageLensConfigurationsRequest Constructor Description ListStorageLensConfigurationsIterable(S3ControlClient client, ListStorageLensConfigurationsRequest firstRequest)ListStorageLensConfigurationsPublisher(S3ControlAsyncClient client, ListStorageLensConfigurationsRequest firstRequest) -
Uses of ListStorageLensConfigurationsRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListStorageLensConfigurationsRequest Modifier and Type Method Description SdkHttpFullRequestListStorageLensConfigurationsRequestMarshaller. marshall(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)
-