Uses of Class
software.amazon.awssdk.services.connectparticipant.model.ConnectionType
-
Packages that use ConnectionType Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ConnectionType in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return ConnectionType Modifier and Type Method Description static ConnectionTypeConnectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. 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 ConnectionType Modifier and Type Method Description static Set<ConnectionType>ConnectionType. knownValues()List<ConnectionType>CreateParticipantConnectionRequest. type()Type of connection information required.Methods in software.amazon.awssdk.services.connectparticipant.model with parameters of type ConnectionType Modifier and Type Method Description CreateParticipantConnectionRequest.BuilderCreateParticipantConnectionRequest.Builder. type(ConnectionType... type)Type of connection information required.Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type ConnectionType Modifier and Type Method Description CreateParticipantConnectionRequest.BuilderCreateParticipantConnectionRequest.Builder. type(Collection<ConnectionType> type)Type of connection information required.
-