Uses of Class
software.amazon.awssdk.services.secretsmanager.model.SortByType
-
Packages that use SortByType Package Description software.amazon.awssdk.services.secretsmanager.model -
-
Uses of SortByType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return SortByType Modifier and Type Method Description static SortByTypeSortByType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortByTypeListSecretsRequest. sortBy()If not specified, secrets are listed byCreatedDate.static SortByTypeSortByType. valueOf(String name)Returns the enum constant of this type with the specified name.static SortByType[]SortByType. 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 SortByType Modifier and Type Method Description static Set<SortByType>SortByType. knownValues()Methods in software.amazon.awssdk.services.secretsmanager.model with parameters of type SortByType Modifier and Type Method Description ListSecretsRequest.BuilderListSecretsRequest.Builder. sortBy(SortByType sortBy)If not specified, secrets are listed byCreatedDate.
-