Uses of Class
software.amazon.awssdk.services.s3control.model.ListStorageLensGroupsRequest
-
Packages that use ListStorageLensGroupsRequest 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 ListStorageLensGroupsRequest in software.amazon.awssdk.services.s3control
Methods in software.amazon.awssdk.services.s3control with parameters of type ListStorageLensGroupsRequest Modifier and Type Method Description default CompletableFuture<ListStorageLensGroupsResponse>S3ControlAsyncClient. listStorageLensGroups(ListStorageLensGroupsRequest 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.default ListStorageLensGroupsPublisherS3ControlAsyncClient. listStorageLensGroupsPaginator(ListStorageLensGroupsRequest listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.default ListStorageLensGroupsIterableS3ControlClient. listStorageLensGroupsPaginator(ListStorageLensGroupsRequest listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region. -
Uses of ListStorageLensGroupsRequest in software.amazon.awssdk.services.s3control.paginators
Constructors in software.amazon.awssdk.services.s3control.paginators with parameters of type ListStorageLensGroupsRequest Constructor Description ListStorageLensGroupsIterable(S3ControlClient client, ListStorageLensGroupsRequest firstRequest)ListStorageLensGroupsPublisher(S3ControlAsyncClient client, ListStorageLensGroupsRequest firstRequest) -
Uses of ListStorageLensGroupsRequest in software.amazon.awssdk.services.s3control.transform
Methods in software.amazon.awssdk.services.s3control.transform with parameters of type ListStorageLensGroupsRequest Modifier and Type Method Description SdkHttpFullRequestListStorageLensGroupsRequestMarshaller. marshall(ListStorageLensGroupsRequest listStorageLensGroupsRequest)
-