Uses of Interface
software.amazon.awssdk.services.organizations.model.RemoveAccountFromOrganizationRequest.Builder
-
Packages that use RemoveAccountFromOrganizationRequest.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 RemoveAccountFromOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type RemoveAccountFromOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<RemoveAccountFromOrganizationResponse>OrganizationsAsyncClient. removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)Removes the specified account from the organization.default RemoveAccountFromOrganizationResponseOrganizationsClient. removeAccountFromOrganization(Consumer<RemoveAccountFromOrganizationRequest.Builder> removeAccountFromOrganizationRequest)Removes the specified account from the organization. -
Uses of RemoveAccountFromOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return RemoveAccountFromOrganizationRequest.Builder Modifier and Type Method Description RemoveAccountFromOrganizationRequest.BuilderRemoveAccountFromOrganizationRequest.Builder. accountId(String accountId)The unique identifier (ID) of the member account that you want to remove from the organization.static RemoveAccountFromOrganizationRequest.BuilderRemoveAccountFromOrganizationRequest. builder()RemoveAccountFromOrganizationRequest.BuilderRemoveAccountFromOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RemoveAccountFromOrganizationRequest.BuilderRemoveAccountFromOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)RemoveAccountFromOrganizationRequest.BuilderRemoveAccountFromOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type RemoveAccountFromOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends RemoveAccountFromOrganizationRequest.Builder>RemoveAccountFromOrganizationRequest. serializableBuilderClass()
-