Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetAccountStatusResponse
-
Packages that use GetAccountStatusResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of GetAccountStatusResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetAccountStatusResponse Modifier and Type Method Description default GetAccountStatusResponseAuditManagerClient. getAccountStatus(Consumer<GetAccountStatusRequest.Builder> getAccountStatusRequest)Gets the registration status of an account in Audit Manager.default GetAccountStatusResponseAuditManagerClient. getAccountStatus(GetAccountStatusRequest getAccountStatusRequest)Gets the registration status of an account in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetAccountStatusResponse Modifier and Type Method Description default CompletableFuture<GetAccountStatusResponse>AuditManagerAsyncClient. getAccountStatus(Consumer<GetAccountStatusRequest.Builder> getAccountStatusRequest)Gets the registration status of an account in Audit Manager.default CompletableFuture<GetAccountStatusResponse>AuditManagerAsyncClient. getAccountStatus(GetAccountStatusRequest getAccountStatusRequest)Gets the registration status of an account in Audit Manager.
-