Uses of Class
software.amazon.awssdk.services.auditmanager.model.GetControlResponse
-
Packages that use GetControlResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of GetControlResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return GetControlResponse Modifier and Type Method Description default GetControlResponseAuditManagerClient. getControl(Consumer<GetControlRequest.Builder> getControlRequest)Gets information about a specified control.default GetControlResponseAuditManagerClient. getControl(GetControlRequest getControlRequest)Gets information about a specified control.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type GetControlResponse Modifier and Type Method Description default CompletableFuture<GetControlResponse>AuditManagerAsyncClient. getControl(Consumer<GetControlRequest.Builder> getControlRequest)Gets information about a specified control.default CompletableFuture<GetControlResponse>AuditManagerAsyncClient. getControl(GetControlRequest getControlRequest)Gets information about a specified control.
-