Uses of Class
software.amazon.awssdk.services.redshift.model.ReservedNodeExchangeStatusType
-
Packages that use ReservedNodeExchangeStatusType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ReservedNodeExchangeStatusType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ReservedNodeExchangeStatusType Modifier and Type Method Description static ReservedNodeExchangeStatusTypeReservedNodeExchangeStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReservedNodeExchangeStatusTypeReservedNodeExchangeStatus. status()The status of the reserved-node exchange request.static ReservedNodeExchangeStatusTypeReservedNodeExchangeStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservedNodeExchangeStatusType[]ReservedNodeExchangeStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type ReservedNodeExchangeStatusType Modifier and Type Method Description static Set<ReservedNodeExchangeStatusType>ReservedNodeExchangeStatusType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ReservedNodeExchangeStatusType Modifier and Type Method Description ReservedNodeExchangeStatus.BuilderReservedNodeExchangeStatus.Builder. status(ReservedNodeExchangeStatusType status)The status of the reserved-node exchange request.
-