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 ChronologicalOrderChronologicalOrder. fromValue(String value)Use this in place of valueOf.static ChronologicalOrderChronologicalOrder. 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 voidGetResourceConfigHistoryRequest. setChronologicalOrder(ChronologicalOrder chronologicalOrder)The chronological order for configuration items listed.GetResourceConfigHistoryRequestGetResourceConfigHistoryRequest. withChronologicalOrder(ChronologicalOrder chronologicalOrder)The chronological order for configuration items listed.
-