Uses of Class
software.amazon.awssdk.services.iotroborunner.model.DestinationState
-
Packages that use DestinationState Package Description software.amazon.awssdk.services.iotroborunner.model -
-
Uses of DestinationState in software.amazon.awssdk.services.iotroborunner.model
Methods in software.amazon.awssdk.services.iotroborunner.model that return DestinationState Modifier and Type Method Description static DestinationStateDestinationState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DestinationStateCreateDestinationRequest. state()The state of the destination.DestinationStateCreateDestinationResponse. state()Returns the value of the State property for this object.DestinationStateDestination. state()Returns the value of the State property for this object.DestinationStateGetDestinationResponse. state()Returns the value of the State property for this object.DestinationStateListDestinationsRequest. state()Returns the value of the State property for this object.DestinationStateUpdateDestinationRequest. state()Returns the value of the State property for this object.DestinationStateUpdateDestinationResponse. state()Returns the value of the State property for this object.static DestinationStateDestinationState. valueOf(String name)Returns the enum constant of this type with the specified name.static DestinationState[]DestinationState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotroborunner.model that return types with arguments of type DestinationState Modifier and Type Method Description static Set<DestinationState>DestinationState. knownValues()Methods in software.amazon.awssdk.services.iotroborunner.model with parameters of type DestinationState Modifier and Type Method Description CreateDestinationRequest.BuilderCreateDestinationRequest.Builder. state(DestinationState state)The state of the destination.CreateDestinationResponse.BuilderCreateDestinationResponse.Builder. state(DestinationState state)Sets the value of the State property for this object.Destination.BuilderDestination.Builder. state(DestinationState state)Sets the value of the State property for this object.GetDestinationResponse.BuilderGetDestinationResponse.Builder. state(DestinationState state)Sets the value of the State property for this object.ListDestinationsRequest.BuilderListDestinationsRequest.Builder. state(DestinationState state)Sets the value of the State property for this object.UpdateDestinationRequest.BuilderUpdateDestinationRequest.Builder. state(DestinationState state)Sets the value of the State property for this object.UpdateDestinationResponse.BuilderUpdateDestinationResponse.Builder. state(DestinationState state)Sets the value of the State property for this object.
-