Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetOrganizationAdminAccountResponse
-
Packages that use GetOrganizationAdminAccountResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of GetOrganizationAdminAccountResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetOrganizationAdminAccountResponse Modifier and Type Method Description default GetOrganizationAdminAccountResponseAuditManagerClient. getOrganizationAdminAccount(Consumer<GetOrganizationAdminAccountRequest.Builder> getOrganizationAdminAccountRequest)Gets the name of the delegated Amazon Web Services administrator account for a specified organization.default GetOrganizationAdminAccountResponseAuditManagerClient. getOrganizationAdminAccount(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest)Gets the name of the delegated Amazon Web Services administrator account for a specified organization.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetOrganizationAdminAccountResponse Modifier and Type Method Description default CompletableFuture<GetOrganizationAdminAccountResponse>AuditManagerAsyncClient. getOrganizationAdminAccount(Consumer<GetOrganizationAdminAccountRequest.Builder> getOrganizationAdminAccountRequest)Gets the name of the delegated Amazon Web Services administrator account for a specified organization.default CompletableFuture<GetOrganizationAdminAccountResponse>AuditManagerAsyncClient. getOrganizationAdminAccount(GetOrganizationAdminAccountRequest getOrganizationAdminAccountRequest)Gets the name of the delegated Amazon Web Services administrator account for a specified organization.
-