Uses of Interface
software.amazon.awssdk.services.organizations.model.LeaveOrganizationRequest.Builder
-
Packages that use LeaveOrganizationRequest.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 LeaveOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type LeaveOrganizationRequest.Builder Modifier and Type Method Description default CompletableFuture<LeaveOrganizationResponse>OrganizationsAsyncClient. leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest)Removes a member account from its parent organization.default LeaveOrganizationResponseOrganizationsClient. leaveOrganization(Consumer<LeaveOrganizationRequest.Builder> leaveOrganizationRequest)Removes a member account from its parent organization. -
Uses of LeaveOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return LeaveOrganizationRequest.Builder Modifier and Type Method Description static LeaveOrganizationRequest.BuilderLeaveOrganizationRequest. builder()LeaveOrganizationRequest.BuilderLeaveOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)LeaveOrganizationRequest.BuilderLeaveOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)LeaveOrganizationRequest.BuilderLeaveOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type LeaveOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends LeaveOrganizationRequest.Builder>LeaveOrganizationRequest. serializableBuilderClass()
-