Uses of Enum
software.amazon.awssdk.services.secretsmanager.model.SortOrderType
Packages that use SortOrderType
-
Uses of SortOrderType in software.amazon.awssdk.services.secretsmanager.model
Methods in software.amazon.awssdk.services.secretsmanager.model that return SortOrderTypeModifier and TypeMethodDescriptionstatic SortOrderTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SortOrderTypeListSecretsRequest.sortOrder()Secrets are listed byCreatedDate.static SortOrderTypeReturns 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 SortOrderTypeMethods in software.amazon.awssdk.services.secretsmanager.model with parameters of type SortOrderTypeModifier and TypeMethodDescriptionListSecretsRequest.Builder.sortOrder(SortOrderType sortOrder) Secrets are listed byCreatedDate.