Uses of Class
software.amazon.awssdk.services.auditmanager.model.CreateDelegationRequest
-
Packages that use CreateDelegationRequest Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of CreateDelegationRequest in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return CreateDelegationRequest Modifier and Type Method Description CreateDelegationRequestBatchCreateDelegationByAssessmentError. createDelegationRequest()The API request to batch create delegations in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type CreateDelegationRequest Modifier and Type Method Description List<CreateDelegationRequest>BatchCreateDelegationByAssessmentRequest. createDelegationRequests()The API request to batch create delegations in Audit Manager.Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type CreateDelegationRequest Modifier and Type Method Description BatchCreateDelegationByAssessmentError.BuilderBatchCreateDelegationByAssessmentError.Builder. createDelegationRequest(CreateDelegationRequest createDelegationRequest)The API request to batch create delegations in Audit Manager.BatchCreateDelegationByAssessmentRequest.BuilderBatchCreateDelegationByAssessmentRequest.Builder. createDelegationRequests(CreateDelegationRequest... createDelegationRequests)The API request to batch create delegations in Audit Manager.Method parameters in software.amazon.awssdk.services.auditmanager.model with type arguments of type CreateDelegationRequest Modifier and Type Method Description BatchCreateDelegationByAssessmentRequest.BuilderBatchCreateDelegationByAssessmentRequest.Builder. createDelegationRequests(Collection<CreateDelegationRequest> createDelegationRequests)The API request to batch create delegations in Audit Manager.
-