Uses of Class
software.amazon.awssdk.services.organizations.model.DescribeAccountResponse
-
Packages that use DescribeAccountResponse 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 DescribeAccountResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DescribeAccountResponse Modifier and Type Method Description default DescribeAccountResponseOrganizationsClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves Organizations-related information about the specified account.default DescribeAccountResponseOrganizationsClient. describeAccount(DescribeAccountRequest describeAccountRequest)Retrieves Organizations-related information about the specified account.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DescribeAccountResponse Modifier and Type Method Description default CompletableFuture<DescribeAccountResponse>OrganizationsAsyncClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves Organizations-related information about the specified account.default CompletableFuture<DescribeAccountResponse>OrganizationsAsyncClient. describeAccount(DescribeAccountRequest describeAccountRequest)Retrieves Organizations-related information about the specified account.
-