Uses of Class
software.amazon.awssdk.services.redshift.model.ReservedNodeExchangeActionType
-
Packages that use ReservedNodeExchangeActionType Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ReservedNodeExchangeActionType in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ReservedNodeExchangeActionType Modifier and Type Method Description ReservedNodeExchangeActionTypeGetReservedNodeExchangeConfigurationOptionsRequest. actionType()The action type of the reserved-node configuration.static ReservedNodeExchangeActionTypeReservedNodeExchangeActionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ReservedNodeExchangeActionTypeReservedNodeExchangeActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReservedNodeExchangeActionType[]ReservedNodeExchangeActionType. 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 ReservedNodeExchangeActionType Modifier and Type Method Description static Set<ReservedNodeExchangeActionType>ReservedNodeExchangeActionType. knownValues()Methods in software.amazon.awssdk.services.redshift.model with parameters of type ReservedNodeExchangeActionType Modifier and Type Method Description GetReservedNodeExchangeConfigurationOptionsRequest.BuilderGetReservedNodeExchangeConfigurationOptionsRequest.Builder. actionType(ReservedNodeExchangeActionType actionType)The action type of the reserved-node configuration.
-