Uses of Interface
software.amazon.awssdk.services.s3control.model.ListStorageLensGroupsRequest.Builder
-
Packages that use ListStorageLensGroupsRequest.Builder 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.model -
-
Uses of ListStorageLensGroupsRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type ListStorageLensGroupsRequest.Builder 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 ListStorageLensGroupsResponseS3ControlClient. listStorageLensGroups(Consumer<ListStorageLensGroupsRequest.Builder> listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.default ListStorageLensGroupsPublisherS3ControlAsyncClient. listStorageLensGroupsPaginator(Consumer<ListStorageLensGroupsRequest.Builder> listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region.default ListStorageLensGroupsIterableS3ControlClient. listStorageLensGroupsPaginator(Consumer<ListStorageLensGroupsRequest.Builder> listStorageLensGroupsRequest)Lists all the Storage Lens groups in the specified home Region. -
Uses of ListStorageLensGroupsRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return ListStorageLensGroupsRequest.Builder Modifier and Type Method Description ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest.Builder. accountId(String accountId)The Amazon Web Services account ID that owns the Storage Lens groups.static ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest. builder()ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest.Builder. nextToken(String nextToken)The token for the next set of results, ornullif there are no more results.ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStorageLensGroupsRequest.BuilderListStorageLensGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type ListStorageLensGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListStorageLensGroupsRequest.Builder>ListStorageLensGroupsRequest. serializableBuilderClass()
-