Uses of Enum
software.amazon.awssdk.services.secretsmanager.model.SortByType
Packages that use SortByType
-
Uses of SortByType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return SortByTypeModifier and TypeMethodDescriptionstatic SortByTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SortByTypeListSecretsRequest.sortBy()If not specified, secrets are listed byCreatedDate.static SortByTypeReturns 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 SortByTypeMethods in software.amazon.awssdk.services.secretsmanager.model with parameters of type SortByTypeModifier and TypeMethodDescriptionListSecretsRequest.Builder.sortBy(SortByType sortBy) If not specified, secrets are listed byCreatedDate.