| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static RelativePosition |
RelativePosition.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
RelativePosition |
Transition.relativePosition()
The position where this program will be inserted relative to the RelativePosition.
|
static RelativePosition |
RelativePosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativePosition[] |
RelativePosition.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<RelativePosition> |
RelativePosition.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Transition.Builder |
Transition.Builder.relativePosition(RelativePosition relativePosition)
The position where this program will be inserted relative to the RelativePosition.
|
Copyright © 2022. All rights reserved.