Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeOrganizationRequest.Builder
-
Packages that use DescribeOrganizationRequest.Builder 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.model -
-
Uses of DescribeOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DescribeOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeOrganizationResponse>OrganizationsAsyncClient. describeOrganization(Consumer<DescribeOrganizationRequest.Builder> describeOrganizationRequest)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. -
Uses of DescribeOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeOrganizationRequest.Builder Modifier and Type Method Description static DescribeOrganizationRequest.BuilderDescribeOrganizationRequest. builder()DescribeOrganizationRequest.BuilderDescribeOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeOrganizationRequest.BuilderDescribeOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeOrganizationRequest.BuilderDescribeOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends DescribeOrganizationRequest.Builder>DescribeOrganizationRequest. serializableBuilderClass()
-