Uses of Class
software.amazon.awssdk.services.organizations.model.ListCreateAccountStatusRequest
-
Packages that use ListCreateAccountStatusRequest 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.paginators software.amazon.awssdk.services.organizations.transform -
-
Uses of ListCreateAccountStatusRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListCreateAccountStatusRequest Modifier and Type Method Description default CompletableFuture<ListCreateAccountStatusResponse>OrganizationsAsyncClient. listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.default ListCreateAccountStatusResponseOrganizationsClient. listCreateAccountStatus(ListCreateAccountStatusRequest listCreateAccountStatusRequest)Lists the account creation requests that match the specified status that is currently being tracked for the organization.default ListCreateAccountStatusPublisherOrganizationsAsyncClient. listCreateAccountStatusPaginator(ListCreateAccountStatusRequest 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. -
Uses of ListCreateAccountStatusRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListCreateAccountStatusRequest Constructor Description ListCreateAccountStatusIterable(OrganizationsClient client, ListCreateAccountStatusRequest firstRequest)ListCreateAccountStatusPublisher(OrganizationsAsyncClient client, ListCreateAccountStatusRequest firstRequest) -
Uses of ListCreateAccountStatusRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListCreateAccountStatusRequest Modifier and Type Method Description SdkHttpFullRequestListCreateAccountStatusRequestMarshaller. marshall(ListCreateAccountStatusRequest listCreateAccountStatusRequest)
-