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