| Package | Description |
|---|---|
| com.amazonaws.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
static RequestedPipeState |
RequestedPipeState.fromValue(String value)
Use this in place of valueOf.
|
static RequestedPipeState |
RequestedPipeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestedPipeState[] |
RequestedPipeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Pipe |
Pipe.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
ListPipesRequest |
ListPipesRequest.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
CreatePipeRequest |
CreatePipeRequest.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
UpdatePipeResult |
UpdatePipeResult.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
StopPipeResult |
StopPipeResult.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
UpdatePipeRequest |
UpdatePipeRequest.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
StartPipeResult |
StartPipeResult.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
CreatePipeResult |
CreatePipeResult.withDesiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
Copyright © 2023. All rights reserved.