Uses of Class
software.amazon.awssdk.services.pipes.model.RequestedPipeState
-
Packages that use RequestedPipeState Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of RequestedPipeState in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return RequestedPipeState Modifier and Type Method Description RequestedPipeStateCreatePipeRequest. desiredState()The state the pipe should be in.RequestedPipeStateCreatePipeResponse. desiredState()The state the pipe should be in.RequestedPipeStateListPipesRequest. desiredState()The state the pipe should be in.RequestedPipeStatePipe. desiredState()The state the pipe should be in.RequestedPipeStateStartPipeResponse. desiredState()The state the pipe should be in.RequestedPipeStateStopPipeResponse. desiredState()The state the pipe should be in.RequestedPipeStateUpdatePipeRequest. desiredState()The state the pipe should be in.RequestedPipeStateUpdatePipeResponse. desiredState()The state the pipe should be in.static RequestedPipeStateRequestedPipeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static RequestedPipeStateRequestedPipeState. 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.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type RequestedPipeState Modifier and Type Method Description static Set<RequestedPipeState>RequestedPipeState. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type RequestedPipeState Modifier and Type Method Description CreatePipeRequest.BuilderCreatePipeRequest.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.CreatePipeResponse.BuilderCreatePipeResponse.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.ListPipesRequest.BuilderListPipesRequest.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.Pipe.BuilderPipe.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.StartPipeResponse.BuilderStartPipeResponse.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.StopPipeResponse.BuilderStopPipeResponse.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.UpdatePipeRequest.BuilderUpdatePipeRequest.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.UpdatePipeResponse.BuilderUpdatePipeResponse.Builder. desiredState(RequestedPipeState desiredState)The state the pipe should be in.
-