Uses of Class
software.amazon.awssdk.services.connectparticipant.model.SortKey
-
Packages that use SortKey Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of SortKey in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return SortKey Modifier and Type Method Description static SortKeySortKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SortKeyGetTranscriptRequest. sortOrder()The sort order for the records.static SortKeySortKey. valueOf(String name)Returns the enum constant of this type with the specified name.static SortKey[]SortKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type SortKey Modifier and Type Method Description static Set<SortKey>SortKey. knownValues()Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type SortKey Modifier and Type Method Description GetTranscriptRequest.BuilderGetTranscriptRequest.Builder. sortOrder(SortKey sortOrder)The sort order for the records.
-