Uses of Class
software.amazon.awssdk.services.auditmanager.model.CreateControlResponse
-
Packages that use CreateControlResponse Package Description software.amazon.awssdk.services.auditmanager Welcome to the Audit Manager API reference. -
-
Uses of CreateControlResponse in software.amazon.awssdk.services.auditmanager
Methods in software.amazon.awssdk.services.auditmanager that return CreateControlResponse Modifier and Type Method Description default CreateControlResponseAuditManagerClient. createControl(Consumer<CreateControlRequest.Builder> createControlRequest)Creates a new custom control in Audit Manager.default CreateControlResponseAuditManagerClient. createControl(CreateControlRequest createControlRequest)Creates a new custom control in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager that return types with arguments of type CreateControlResponse Modifier and Type Method Description default CompletableFuture<CreateControlResponse>AuditManagerAsyncClient. createControl(Consumer<CreateControlRequest.Builder> createControlRequest)Creates a new custom control in Audit Manager.default CompletableFuture<CreateControlResponse>AuditManagerAsyncClient. createControl(CreateControlRequest createControlRequest)Creates a new custom control in Audit Manager.
-