Uses of Interface
software.amazon.awssdk.services.organizations.model.ListDelegatedAdministratorsRequest.Builder
-
Packages that use ListDelegatedAdministratorsRequest.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 ListDelegatedAdministratorsRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListDelegatedAdministratorsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDelegatedAdministratorsResponse>OrganizationsAsyncClient. listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default ListDelegatedAdministratorsResponseOrganizationsClient. listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default ListDelegatedAdministratorsPublisherOrganizationsAsyncClient. listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.default ListDelegatedAdministratorsIterableOrganizationsClient. listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization. -
Uses of ListDelegatedAdministratorsRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListDelegatedAdministratorsRequest.Builder Modifier and Type Method Description static ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest. builder()ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest.Builder. servicePrincipal(String servicePrincipal)Specifies a service principal name.ListDelegatedAdministratorsRequest.BuilderListDelegatedAdministratorsRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListDelegatedAdministratorsRequest.Builder Modifier and Type Method Description static Class<? extends ListDelegatedAdministratorsRequest.Builder>ListDelegatedAdministratorsRequest. serializableBuilderClass()
-