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