Uses of Interface
software.amazon.awssdk.services.auditmanager.model.DeregisterOrganizationAdminAccountRequest.Builder
-
Packages that use DeregisterOrganizationAdminAccountRequest.Builder Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference.software.amazon.awssdk.services.auditmanager.model -
-
Uses of DeregisterOrganizationAdminAccountRequest.Builder in software.amazon.awssdk.services.auditmanager
Method parameters in software.amazon.awssdk.services.auditmanager with type arguments of type DeregisterOrganizationAdminAccountRequest.Builder Modifier and Type Method Description default CompletableFuture<DeregisterOrganizationAdminAccountResponse>AuditManagerAsyncClient. deregisterOrganizationAdminAccount(Consumer<DeregisterOrganizationAdminAccountRequest.Builder> deregisterOrganizationAdminAccountRequest)Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager.default DeregisterOrganizationAdminAccountResponseAuditManagerClient. deregisterOrganizationAdminAccount(Consumer<DeregisterOrganizationAdminAccountRequest.Builder> deregisterOrganizationAdminAccountRequest)Removes the specified Amazon Web Services account as a delegated administrator for Audit Manager. -
Uses of DeregisterOrganizationAdminAccountRequest.Builder in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return DeregisterOrganizationAdminAccountRequest.Builder Modifier and Type Method Description DeregisterOrganizationAdminAccountRequest.BuilderDeregisterOrganizationAdminAccountRequest.Builder. adminAccountId(String adminAccountId)The identifier for the administrator account.static DeregisterOrganizationAdminAccountRequest.BuilderDeregisterOrganizationAdminAccountRequest. builder()DeregisterOrganizationAdminAccountRequest.BuilderDeregisterOrganizationAdminAccountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeregisterOrganizationAdminAccountRequest.BuilderDeregisterOrganizationAdminAccountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeregisterOrganizationAdminAccountRequest.BuilderDeregisterOrganizationAdminAccountRequest. toBuilder()Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type DeregisterOrganizationAdminAccountRequest.Builder Modifier and Type Method Description static Class<? extends DeregisterOrganizationAdminAccountRequest.Builder>DeregisterOrganizationAdminAccountRequest. serializableBuilderClass()
-