Uses of Class
software.amazon.awssdk.services.config.model.ChronologicalOrder
-
Packages that use ChronologicalOrder Package Description software.amazon.awssdk.services.config.model -
-
Uses of ChronologicalOrder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return ChronologicalOrder Modifier and Type Method Description ChronologicalOrderGetResourceConfigHistoryRequest. chronologicalOrder()The chronological order for configuration items listed.static ChronologicalOrderChronologicalOrder. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.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 software.amazon.awssdk.services.config.model that return types with arguments of type ChronologicalOrder Modifier and Type Method Description static Set<ChronologicalOrder>ChronologicalOrder. knownValues()Methods in software.amazon.awssdk.services.config.model with parameters of type ChronologicalOrder Modifier and Type Method Description GetResourceConfigHistoryRequest.BuilderGetResourceConfigHistoryRequest.Builder. chronologicalOrder(ChronologicalOrder chronologicalOrder)The chronological order for configuration items listed.
-