| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static JobStatusType |
JobStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
JobStatusType |
GetServiceLastAccessedDetailsResponse.jobStatus()
The status of the job.
|
JobStatusType |
GetServiceLastAccessedDetailsWithEntitiesResponse.jobStatus()
The status of the job.
|
JobStatusType |
GetOrganizationsAccessReportResponse.jobStatus()
The status of the job.
|
static JobStatusType |
JobStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<JobStatusType> |
JobStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceLastAccessedDetailsResponse.Builder |
GetServiceLastAccessedDetailsResponse.Builder.jobStatus(JobStatusType jobStatus)
The status of the job.
|
GetServiceLastAccessedDetailsWithEntitiesResponse.Builder |
GetServiceLastAccessedDetailsWithEntitiesResponse.Builder.jobStatus(JobStatusType jobStatus)
The status of the job.
|
GetOrganizationsAccessReportResponse.Builder |
GetOrganizationsAccessReportResponse.Builder.jobStatus(JobStatusType jobStatus)
The status of the job.
|
Copyright © 2023. All rights reserved.