Uses of Class
com.amazonaws.services.simplesystemsmanagement.model.InstanceInformationFilterKey
-
Packages that use InstanceInformationFilterKey Package Description com.amazonaws.services.simplesystemsmanagement.model -
-
Uses of InstanceInformationFilterKey in com.amazonaws.services.simplesystemsmanagement.model
Methods in com.amazonaws.services.simplesystemsmanagement.model that return InstanceInformationFilterKey Modifier and Type Method Description static InstanceInformationFilterKey
InstanceInformationFilterKey. fromValue(String value)
Use this in place of valueOf.static InstanceInformationFilterKey
InstanceInformationFilterKey. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceInformationFilterKey[]
InstanceInformationFilterKey. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.simplesystemsmanagement.model with parameters of type InstanceInformationFilterKey Modifier and Type Method Description void
InstanceInformationFilter. setKey(InstanceInformationFilterKey key)
The name of the filter.InstanceInformationFilter
InstanceInformationFilter. withKey(InstanceInformationFilterKey key)
The name of the filter.
-