Uses of Class
com.amazonaws.services.config.model.ChronologicalOrder
-
Packages that use ChronologicalOrder Package Description com.amazonaws.services.config.model -
-
Uses of ChronologicalOrder in com.amazonaws.services.config.model
Methods in com.amazonaws.services.config.model that return ChronologicalOrder Modifier and Type Method Description static ChronologicalOrder
ChronologicalOrder. fromValue(String value)
Use this in place of valueOf.static ChronologicalOrder
ChronologicalOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChronologicalOrder[]
ChronologicalOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.config.model with parameters of type ChronologicalOrder Modifier and Type Method Description void
GetResourceConfigHistoryRequest. setChronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed.GetResourceConfigHistoryRequest
GetResourceConfigHistoryRequest. withChronologicalOrder(ChronologicalOrder chronologicalOrder)
The chronological order for configuration items listed.
-