Uses of Interface
software.amazon.awssdk.services.organizations.model.DescribeAccountRequest.Builder
-
Packages that use DescribeAccountRequest.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 DescribeAccountRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type DescribeAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeAccountResponse>OrganizationsAsyncClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves Organizations-related information about the specified account.default DescribeAccountResponseOrganizationsClient. describeAccount(Consumer<DescribeAccountRequest.Builder> describeAccountRequest)Retrieves Organizations-related information about the specified account. -
Uses of DescribeAccountRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return DescribeAccountRequest.Builder Modifier and Type Method Description DescribeAccountRequest.BuilderDescribeAccountRequest.Builder. accountId(String accountId)The unique identifier (ID) of the Amazon Web Services account that you want information about.static DescribeAccountRequest.BuilderDescribeAccountRequest. builder()DescribeAccountRequest.BuilderDescribeAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountRequest.BuilderDescribeAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAccountRequest.BuilderDescribeAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type DescribeAccountRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAccountRequest.Builder>DescribeAccountRequest. serializableBuilderClass()
-