| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
PipeState |
ListPipesRequest.currentState()
The state the pipe is in.
|
PipeState |
DescribePipeResponse.currentState()
The state the pipe is in.
|
PipeState |
DeletePipeResponse.currentState()
The state the pipe is in.
|
PipeState |
StopPipeResponse.currentState()
The state the pipe is in.
|
PipeState |
UpdatePipeResponse.currentState()
The state the pipe is in.
|
PipeState |
Pipe.currentState()
The state the pipe is in.
|
PipeState |
CreatePipeResponse.currentState()
The state the pipe is in.
|
PipeState |
StartPipeResponse.currentState()
The state the pipe is in.
|
static PipeState |
PipeState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<PipeState> |
PipeState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListPipesRequest.Builder |
ListPipesRequest.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
DescribePipeResponse.Builder |
DescribePipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
DeletePipeResponse.Builder |
DeletePipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
StopPipeResponse.Builder |
StopPipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
UpdatePipeResponse.Builder |
UpdatePipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
Pipe.Builder |
Pipe.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
CreatePipeResponse.Builder |
CreatePipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
StartPipeResponse.Builder |
StartPipeResponse.Builder.currentState(PipeState currentState)
The state the pipe is in.
|
Copyright © 2023. All rights reserved.