Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensConfigurationsResponse
-
Packages that use ListStorageLensConfigurationsResponse 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 -
-
Uses of ListStorageLensConfigurationsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListStorageLensConfigurationsResponse Modifier and Type Method Description default ListStorageLensConfigurationsResponseS3ControlClient. listStorageLensConfigurations(Consumer<ListStorageLensConfigurationsRequest.Builder> listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.default ListStorageLensConfigurationsResponseS3ControlClient. listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListStorageLensConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListStorageLensConfigurationsResponse>S3ControlAsyncClient. listStorageLensConfigurations(Consumer<ListStorageLensConfigurationsRequest.Builder> listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations.default CompletableFuture<ListStorageLensConfigurationsResponse>S3ControlAsyncClient. listStorageLensConfigurations(ListStorageLensConfigurationsRequest listStorageLensConfigurationsRequest)Gets a list of Amazon S3 Storage Lens configurations. -
Uses of ListStorageLensConfigurationsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListStorageLensConfigurationsResponse Modifier and Type Method Description Iterator<ListStorageLensConfigurationsResponse>ListStorageLensConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListStorageLensConfigurationsResponse Modifier and Type Method Description voidListStorageLensConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStorageLensConfigurationsResponse> subscriber)
-