Uses of Class
software.amazon.awssdk.services.organizations.paginators.ListCreateAccountStatusIterable
-
Packages that use ListCreateAccountStatusIterable 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. -
-
Uses of ListCreateAccountStatusIterable in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListCreateAccountStatusIterable Modifier and Type Method Description default ListCreateAccountStatusIterableOrganizationsClient. listCreateAccountStatusPaginator()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.default ListCreateAccountStatusIterableOrganizationsClient. listCreateAccountStatusPaginator(ListCreateAccountStatusRequest listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.
-