Uses of Class
software.amazon.awssdk.services.iam.model.JobStatusType
-
Packages that use JobStatusType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of JobStatusType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return JobStatusType Modifier and Type Method Description static JobStatusTypeJobStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobStatusTypeGetOrganizationsAccessReportResponse. jobStatus()The status of the job.JobStatusTypeGetServiceLastAccessedDetailsResponse. jobStatus()The status of the job.JobStatusTypeGetServiceLastAccessedDetailsWithEntitiesResponse. jobStatus()The status of the job.static JobStatusTypeJobStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatusType[]JobStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type JobStatusType Modifier and Type Method Description static Set<JobStatusType>JobStatusType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type JobStatusType Modifier and Type Method Description GetOrganizationsAccessReportResponse.BuilderGetOrganizationsAccessReportResponse.Builder. jobStatus(JobStatusType jobStatus)The status of the job.GetServiceLastAccessedDetailsResponse.BuilderGetServiceLastAccessedDetailsResponse.Builder. jobStatus(JobStatusType jobStatus)The status of the job.GetServiceLastAccessedDetailsWithEntitiesResponse.BuilderGetServiceLastAccessedDetailsWithEntitiesResponse.Builder. jobStatus(JobStatusType jobStatus)The status of the job.
-