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