Uses of Interface
software.amazon.awssdk.services.organizations.model.ListRootsRequest.Builder
-
Packages that use ListRootsRequest.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 ListRootsRequest.Builder in software.amazon.awssdk.services.organizations
-
Uses of ListRootsRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListRootsRequest.Builder Modifier and Type Method Description static ListRootsRequest.BuilderListRootsRequest. builder()ListRootsRequest.BuilderListRootsRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListRootsRequest.BuilderListRootsRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListRootsRequest.BuilderListRootsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRootsRequest.BuilderListRootsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRootsRequest.BuilderListRootsRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListRootsRequest.Builder Modifier and Type Method Description static Class<? extends ListRootsRequest.Builder>ListRootsRequest. serializableBuilderClass()
-