Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.ConnectionCredentials.Builder
-
Packages that use ConnectionCredentials.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of ConnectionCredentials.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return ConnectionCredentials.Builder Modifier and Type Method Description static ConnectionCredentials.BuilderConnectionCredentials. builder()ConnectionCredentials.BuilderConnectionCredentials.Builder. connectionToken(String connectionToken)The connection token.ConnectionCredentials.BuilderConnectionCredentials.Builder. expiry(String expiry)The expiration of the token.ConnectionCredentials.BuilderConnectionCredentials. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type ConnectionCredentials.Builder Modifier and Type Method Description static Class<? extends ConnectionCredentials.Builder>ConnectionCredentials. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connectparticipant.model with type arguments of type ConnectionCredentials.Builder Modifier and Type Method Description default CreateParticipantConnectionResponse.BuilderCreateParticipantConnectionResponse.Builder. connectionCredentials(Consumer<ConnectionCredentials.Builder> connectionCredentials)Creates the participant's connection credentials.
-