Uses of Class
software.amazon.awssdk.services.config.model.ResourceValueType
-
Packages that use ResourceValueType Package Description software.amazon.awssdk.services.config.model -
-
Uses of ResourceValueType in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ResourceValueType Modifier and Type Method Description static ResourceValueTypeResourceValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResourceValueTypeResourceValue. value()The value is a resource ID.static ResourceValueTypeResourceValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceValueType[]ResourceValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.config.model that return types with arguments of type ResourceValueType Modifier and Type Method Description static Set<ResourceValueType>ResourceValueType. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type ResourceValueType Modifier and Type Method Description ResourceValue.BuilderResourceValue.Builder. value(ResourceValueType value)The value is a resource ID.
-