Uses of Class
software.amazon.awssdk.services.organizations.model.CreateGovCloudAccountResponse
-
Packages that use CreateGovCloudAccountResponse 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 CreateGovCloudAccountResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return CreateGovCloudAccountResponse Modifier and Type Method Description default CreateGovCloudAccountResponseOrganizationsClient. createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest)This action is available if all of the following are true:default CreateGovCloudAccountResponseOrganizationsClient. createGovCloudAccount(CreateGovCloudAccountRequest createGovCloudAccountRequest)This action is available if all of the following are true:Methods in software.amazon.awssdk.services.organizations that return types with arguments of type CreateGovCloudAccountResponse Modifier and Type Method Description default CompletableFuture<CreateGovCloudAccountResponse>OrganizationsAsyncClient. createGovCloudAccount(Consumer<CreateGovCloudAccountRequest.Builder> createGovCloudAccountRequest)This action is available if all of the following are true:default CompletableFuture<CreateGovCloudAccountResponse>OrganizationsAsyncClient. createGovCloudAccount(CreateGovCloudAccountRequest createGovCloudAccountRequest)This action is available if all of the following are true:
-