Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensGroupsResponse
-
Packages that use ListStorageLensGroupsResponse 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 ListStorageLensGroupsResponse in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control that return ListStorageLensGroupsResponse Modifier and Type Method Description default ListStorageLensGroupsResponseS3ControlClient. listStorageLensGroups(Consumer<ListStorageLensGroupsRequest.Builder> listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.default ListStorageLensGroupsResponseS3ControlClient. listStorageLensGroups(ListStorageLensGroupsRequest listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.Methods in software.amazon.awssdk.services.s3control that return types with arguments of type ListStorageLensGroupsResponse Modifier and Type Method Description default CompletableFuture<ListStorageLensGroupsResponse>S3ControlAsyncClient. listStorageLensGroups(Consumer<ListStorageLensGroupsRequest.Builder> listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.default CompletableFuture<ListStorageLensGroupsResponse>S3ControlAsyncClient. listStorageLensGroups(ListStorageLensGroupsRequest listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region. -
Uses of ListStorageLensGroupsResponse in software.amazon.awssdk.services.s3control.paginators
Methods in software.amazon.awssdk.services.s3control.paginators that return types with arguments of type ListStorageLensGroupsResponse Modifier and Type Method Description Iterator<ListStorageLensGroupsResponse>ListStorageLensGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.s3control.paginators with type arguments of type ListStorageLensGroupsResponse Modifier and Type Method Description voidListStorageLensGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStorageLensGroupsResponse> subscriber)
-