| Package | Description |
|---|---|
| software.amazon.awssdk.services.mgn.model |
| Modifier and Type | Method and Description |
|---|---|
static LifeCycleState |
LifeCycleState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LifeCycleState |
LifeCycle.state()
Lifecycle state.
|
static LifeCycleState |
LifeCycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleState[] |
LifeCycleState.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<LifeCycleState> |
LifeCycleState.knownValues()
|
List<LifeCycleState> |
DescribeSourceServersRequestFilters.lifeCycleStates()
Request to filter Source Servers list by life cycle states.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceServersRequestFilters.Builder |
DescribeSourceServersRequestFilters.Builder.lifeCycleStates(LifeCycleState... lifeCycleStates)
Request to filter Source Servers list by life cycle states.
|
LifeCycle.Builder |
LifeCycle.Builder.state(LifeCycleState state)
Lifecycle state.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSourceServersRequestFilters.Builder |
DescribeSourceServersRequestFilters.Builder.lifeCycleStates(Collection<LifeCycleState> lifeCycleStates)
Request to filter Source Servers list by life cycle states.
|
Copyright © 2023. All rights reserved.