Uses of Interface
software.amazon.awssdk.services.organizations.model.ListAccountsRequest.Builder
-
Packages that use ListAccountsRequest.Builder Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.model -
-
Uses of ListAccountsRequest.Builder in software.amazon.awssdk.services.organizations
-
Uses of ListAccountsRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListAccountsRequest.Builder Modifier and Type Method Description static ListAccountsRequest.BuilderListAccountsRequest. builder()ListAccountsRequest.BuilderListAccountsRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListAccountsRequest.BuilderListAccountsRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListAccountsRequest.BuilderListAccountsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountsRequest.BuilderListAccountsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountsRequest.BuilderListAccountsRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListAccountsRequest.Builder Modifier and Type Method Description static Class<? extends ListAccountsRequest.Builder>ListAccountsRequest. serializableBuilderClass()
-