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
-
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()
-