Uses of Interface
software.amazon.awssdk.services.organizations.model.ListCreateAccountStatusRequest.Builder
-
Packages that use ListCreateAccountStatusRequest.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 ListCreateAccountStatusRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListCreateAccountStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<ListCreateAccountStatusResponse>OrganizationsAsyncClient. listCreateAccountStatus(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.default ListCreateAccountStatusResponseOrganizationsClient. listCreateAccountStatus(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.default ListCreateAccountStatusPublisherOrganizationsAsyncClient. listCreateAccountStatusPaginator(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.default ListCreateAccountStatusIterableOrganizationsClient. listCreateAccountStatusPaginator(Consumer<ListCreateAccountStatusRequest.Builder> listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization. -
Uses of ListCreateAccountStatusRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListCreateAccountStatusRequest.Builder Modifier and Type Method Description static ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest. builder()ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. states(Collection<CreateAccountState> states)A list of one or more states that you want included in the response.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. states(CreateAccountState... states)A list of one or more states that you want included in the response.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. statesWithStrings(String... states)A list of one or more states that you want included in the response.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest.Builder. statesWithStrings(Collection<String> states)A list of one or more states that you want included in the response.ListCreateAccountStatusRequest.BuilderListCreateAccountStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListCreateAccountStatusRequest.Builder Modifier and Type Method Description static Class<? extends ListCreateAccountStatusRequest.Builder>ListCreateAccountStatusRequest. serializableBuilderClass()
-