Uses of Class
software.amazon.awssdk.services.emrserverless.model.JobRunExecutionIamPolicy
-
Packages that use JobRunExecutionIamPolicy Package Description software.amazon.awssdk.services.emrserverless.model -
-
Uses of JobRunExecutionIamPolicy in software.amazon.awssdk.services.emrserverless.model
Methods in software.amazon.awssdk.services.emrserverless.model that return JobRunExecutionIamPolicy Modifier and Type Method Description JobRunExecutionIamPolicyJobRun. executionIamPolicy()Returns the value of the ExecutionIamPolicy property for this object.JobRunExecutionIamPolicyStartJobRunRequest. executionIamPolicy()You can pass an optional IAM policy.Methods in software.amazon.awssdk.services.emrserverless.model with parameters of type JobRunExecutionIamPolicy Modifier and Type Method Description JobRun.BuilderJobRun.Builder. executionIamPolicy(JobRunExecutionIamPolicy executionIamPolicy)Sets the value of the ExecutionIamPolicy property for this object.StartJobRunRequest.BuilderStartJobRunRequest.Builder. executionIamPolicy(JobRunExecutionIamPolicy executionIamPolicy)You can pass an optional IAM policy.
-