| Package | Description |
|---|---|
| software.amazon.awssdk.services.pipes.model |
| Modifier and Type | Method and Description |
|---|---|
RequestedPipeStateDescribeResponse |
DescribePipeResponse.desiredState()
The state the pipe should be in.
|
RequestedPipeStateDescribeResponse |
DeletePipeResponse.desiredState()
The state the pipe should be in.
|
static RequestedPipeStateDescribeResponse |
RequestedPipeStateDescribeResponse.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static RequestedPipeStateDescribeResponse |
RequestedPipeStateDescribeResponse.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestedPipeStateDescribeResponse[] |
RequestedPipeStateDescribeResponse.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<RequestedPipeStateDescribeResponse> |
RequestedPipeStateDescribeResponse.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribePipeResponse.Builder |
DescribePipeResponse.Builder.desiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
|
DeletePipeResponse.Builder |
DeletePipeResponse.Builder.desiredState(RequestedPipeStateDescribeResponse desiredState)
The state the pipe should be in.
|
Copyright © 2023. All rights reserved.