Uses of Class
software.amazon.awssdk.services.organizations.model.DeregisterDelegatedAdministratorResponse
-
Packages that use DeregisterDelegatedAdministratorResponse 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 DeregisterDelegatedAdministratorResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return DeregisterDelegatedAdministratorResponse Modifier and Type Method Description default DeregisterDelegatedAdministratorResponseOrganizationsClient. deregisterDelegatedAdministrator(Consumer<DeregisterDelegatedAdministratorRequest.Builder> deregisterDelegatedAdministratorRequest)Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.default DeregisterDelegatedAdministratorResponseOrganizationsClient. deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest deregisterDelegatedAdministratorRequest)Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type DeregisterDelegatedAdministratorResponse Modifier and Type Method Description default CompletableFuture<DeregisterDelegatedAdministratorResponse>OrganizationsAsyncClient. deregisterDelegatedAdministrator(Consumer<DeregisterDelegatedAdministratorRequest.Builder> deregisterDelegatedAdministratorRequest)Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.default CompletableFuture<DeregisterDelegatedAdministratorResponse>OrganizationsAsyncClient. deregisterDelegatedAdministrator(DeregisterDelegatedAdministratorRequest deregisterDelegatedAdministratorRequest)Removes the specified member Amazon Web Services account as a delegated administrator for the specified Amazon Web Services service.
-