Uses of Class
software.amazon.awssdk.services.organizations.model.DescribeOrganizationResponse
-
Packages that use DescribeOrganizationResponse 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 DescribeOrganizationResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DescribeOrganizationResponse Modifier and Type Method Description default DescribeOrganizationResponseOrganizationsClient. describeOrganization()Retrieves information about the organization that the user's account belongs to.default DescribeOrganizationResponseOrganizationsClient. describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)Retrieves information about the organization that the user's account belongs to.default DescribeOrganizationResponseOrganizationsClient. describeOrganization(DescribeOrganizationRequest describeOrganizationRequest)Retrieves information about the organization that the user's account belongs to.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DescribeOrganizationResponse Modifier and Type Method Description default CompletableFuture<DescribeOrganizationResponse>OrganizationsAsyncClient. describeOrganization()Retrieves information about the organization that the user's account belongs to.default CompletableFuture<DescribeOrganizationResponse>OrganizationsAsyncClient. describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)Retrieves information about the organization that the user's account belongs to.default CompletableFuture<DescribeOrganizationResponse>OrganizationsAsyncClient. describeOrganization(DescribeOrganizationRequest describeOrganizationRequest)Retrieves information about the organization that the user's account belongs to.
-