Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.Websocket.Builder
-
Packages that use Websocket.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of Websocket.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return Websocket.Builder Modifier and Type Method Description static Websocket.BuilderWebsocket. builder()Websocket.BuilderWebsocket.Builder. connectionExpiry(String connectionExpiry)The URL expiration timestamp in ISO date format.Websocket.BuilderWebsocket. toBuilder()Websocket.BuilderWebsocket.Builder. url(String url)The URL of the websocket.Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type Websocket.Builder Modifier and Type Method Description static Class<? extends Websocket.Builder>Websocket. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type Websocket.Builder Modifier and Type Method Description default CreateParticipantConnectionResponse.BuilderCreateParticipantConnectionResponse.Builder. websocket(Consumer<Websocket.Builder> websocket)Creates the participant's websocket connection.
-