Uses of Class
software.amazon.awssdk.services.organizations.model.RemoveAccountFromOrganizationResponse
-
Packages that use RemoveAccountFromOrganizationResponse 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 RemoveAccountFromOrganizationResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return RemoveAccountFromOrganizationResponse Modifier and Type Method Description default RemoveAccountFromOrganizationResponseOrganizationsClient. removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)Removes the specified account from the organization.default RemoveAccountFromOrganizationResponseOrganizationsClient. removeAccountFromOrganization(RemoveAccountFromOrganizationRequest removeAccountFromOrganizationRequest)Removes the specified account from the organization.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type RemoveAccountFromOrganizationResponse Modifier and Type Method Description default CompletableFuture<RemoveAccountFromOrganizationResponse>OrganizationsAsyncClient. removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)Removes the specified account from the organization.default CompletableFuture<RemoveAccountFromOrganizationResponse>OrganizationsAsyncClient. removeAccountFromOrganization(RemoveAccountFromOrganizationRequest removeAccountFromOrganizationRequest)Removes the specified account from the organization.
-