Uses of Class
software.amazon.awssdk.services.secretsmanager.model.SortOrderType
-
Packages that use SortOrderType Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of SortOrderType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return SortOrderType Modifier and Type Method Description static SortOrderTypeSortOrderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortOrderTypeListSecretsRequest. sortOrder()Secrets are listed byCreatedDate.static SortOrderTypeSortOrderType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrderType[]SortOrderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.secretsmanager.model that return types with arguments of type SortOrderType Modifier and Type Method Description static Set<SortOrderType>SortOrderType. knownValues()Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type SortOrderType Modifier and Type Method Description ListSecretsRequest.BuilderListSecretsRequest.Builder. sortOrder(SortOrderType sortOrder)Secrets are listed byCreatedDate.
-