Uses of Class
software.amazon.awssdk.services.pipes.model.RequestedPipeStateDescribeResponse
-
Packages that use RequestedPipeStateDescribeResponse Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of RequestedPipeStateDescribeResponse in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return RequestedPipeStateDescribeResponse Modifier and Type Method Description RequestedPipeStateDescribeResponseDeletePipeResponse. desiredState()The state the pipe should be in.RequestedPipeStateDescribeResponseDescribePipeResponse. desiredState()The state the pipe should be in.static RequestedPipeStateDescribeResponseRequestedPipeStateDescribeResponse. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RequestedPipeStateDescribeResponseRequestedPipeStateDescribeResponse. 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.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type RequestedPipeStateDescribeResponse Modifier and Type Method Description static Set<RequestedPipeStateDescribeResponse>RequestedPipeStateDescribeResponse. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type RequestedPipeStateDescribeResponse Modifier and Type Method Description DeletePipeResponse.BuilderDeletePipeResponse.Builder. desiredState(RequestedPipeStateDescribeResponse desiredState)The state the pipe should be in.DescribePipeResponse.BuilderDescribePipeResponse.Builder. desiredState(RequestedPipeStateDescribeResponse desiredState)The state the pipe should be in.
-