Uses of Class
software.amazon.awssdk.services.connectparticipant.model.ScanDirection
-
Packages that use ScanDirection Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ScanDirection in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return ScanDirection Modifier and Type Method Description static ScanDirectionScanDirection. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ScanDirectionGetTranscriptRequest. scanDirection()The direction from StartPosition from which to retrieve message.static ScanDirectionScanDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static ScanDirection[]ScanDirection. 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 ScanDirection Modifier and Type Method Description static Set<ScanDirection>ScanDirection. knownValues()Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type ScanDirection Modifier and Type Method Description GetTranscriptRequest.BuilderGetTranscriptRequest.Builder. scanDirection(ScanDirection scanDirection)The direction from StartPosition from which to retrieve message.
-