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