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