Uses of Class
software.amazon.awssdk.services.connect.model.ParticipantCapabilities
-
Packages that use ParticipantCapabilities Package Description software.amazon.awssdk.services.connect.model -
-
Uses of ParticipantCapabilities in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return ParticipantCapabilities Modifier and Type Method Description ParticipantCapabilitiesAllowedCapabilities. agent()Information about the agent's video sharing capabilities.ParticipantCapabilitiesAgentInfo. capabilities()Returns the value of the Capabilities property for this object.ParticipantCapabilitiesCustomer. capabilities()Returns the value of the Capabilities property for this object.ParticipantCapabilitiesAllowedCapabilities. customer()Information about the customer's video sharing capabilities.Methods in software.amazon.awssdk.services.connect.model with parameters of type ParticipantCapabilities Modifier and Type Method Description AllowedCapabilities.BuilderAllowedCapabilities.Builder. agent(ParticipantCapabilities agent)Information about the agent's video sharing capabilities.AgentInfo.BuilderAgentInfo.Builder. capabilities(ParticipantCapabilities capabilities)Sets the value of the Capabilities property for this object.Customer.BuilderCustomer.Builder. capabilities(ParticipantCapabilities capabilities)Sets the value of the Capabilities property for this object.AllowedCapabilities.BuilderAllowedCapabilities.Builder. customer(ParticipantCapabilities customer)Information about the customer's video sharing capabilities.
-