| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static DeletionTaskStatusType |
DeletionTaskStatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
DeletionTaskStatusType |
GetServiceLinkedRoleDeletionStatusResponse.status()
The status of the deletion.
|
static DeletionTaskStatusType |
DeletionTaskStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeletionTaskStatusType[] |
DeletionTaskStatusType.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<DeletionTaskStatusType> |
DeletionTaskStatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetServiceLinkedRoleDeletionStatusResponse.Builder |
GetServiceLinkedRoleDeletionStatusResponse.Builder.status(DeletionTaskStatusType status)
The status of the deletion.
|
Copyright © 2022. All rights reserved.