Uses of Interface
software.amazon.awssdk.services.connect.model.AllowedCapabilities.Builder
-
Packages that use AllowedCapabilities.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AllowedCapabilities.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AllowedCapabilities.Builder Modifier and Type Method Description default AllowedCapabilities.BuilderAllowedCapabilities.Builder. agent(Consumer<ParticipantCapabilities.Builder> agent)Information about the agent's video sharing capabilities.AllowedCapabilities.BuilderAllowedCapabilities.Builder. agent(ParticipantCapabilities agent)Information about the agent's video sharing capabilities.static AllowedCapabilities.BuilderAllowedCapabilities. builder()default AllowedCapabilities.BuilderAllowedCapabilities.Builder. customer(Consumer<ParticipantCapabilities.Builder> customer)Information about the customer's video sharing capabilities.AllowedCapabilities.BuilderAllowedCapabilities.Builder. customer(ParticipantCapabilities customer)Information about the customer's video sharing capabilities.AllowedCapabilities.BuilderAllowedCapabilities. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AllowedCapabilities.Builder Modifier and Type Method Description static Class<? extends AllowedCapabilities.Builder>AllowedCapabilities. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AllowedCapabilities.Builder Modifier and Type Method Description default StartWebRtcContactRequest.BuilderStartWebRtcContactRequest.Builder. allowedCapabilities(Consumer<AllowedCapabilities.Builder> allowedCapabilities)Information about the video sharing capabilities of the participants (customer, agent).
-