Uses of Class
software.amazon.awssdk.services.pipes.model.PipeState
-
Packages that use PipeState Package Description software.amazon.awssdk.services.pipes.model -
-
Uses of PipeState in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return PipeState Modifier and Type Method Description PipeStateCreatePipeResponse. currentState()The state the pipe is in.PipeStateDeletePipeResponse. currentState()The state the pipe is in.PipeStateDescribePipeResponse. currentState()The state the pipe is in.PipeStateListPipesRequest. currentState()The state the pipe is in.PipeStatePipe. currentState()The state the pipe is in.PipeStateStartPipeResponse. currentState()The state the pipe is in.PipeStateStopPipeResponse. currentState()The state the pipe is in.PipeStateUpdatePipeResponse. currentState()The state the pipe is in.static PipeStatePipeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PipeStatePipeState. 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.Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type PipeState Modifier and Type Method Description static Set<PipeState>PipeState. knownValues()Methods in software.amazon.awssdk.services.pipes.model with parameters of type PipeState Modifier and Type Method Description CreatePipeResponse.BuilderCreatePipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.DeletePipeResponse.BuilderDeletePipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.DescribePipeResponse.BuilderDescribePipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.ListPipesRequest.BuilderListPipesRequest.Builder. currentState(PipeState currentState)The state the pipe is in.Pipe.BuilderPipe.Builder. currentState(PipeState currentState)The state the pipe is in.StartPipeResponse.BuilderStartPipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.StopPipeResponse.BuilderStopPipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.UpdatePipeResponse.BuilderUpdatePipeResponse.Builder. currentState(PipeState currentState)The state the pipe is in.
-