Uses of Interface
software.amazon.awssdk.services.connect.model.AgentInfo.Builder
-
Packages that use AgentInfo.Builder Package Description software.amazon.awssdk.services.connect.model -
-
Uses of AgentInfo.Builder in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentInfo.Builder Modifier and Type Method Description static AgentInfo.BuilderAgentInfo. builder()AgentInfo.BuilderAgentInfo.Builder. connectedToAgentTimestamp(Instant connectedToAgentTimestamp)The timestamp when the contact was connected to the agent.AgentInfo.BuilderAgentInfo.Builder. id(String id)The identifier of the agent who accepted the contact.AgentInfo.BuilderAgentInfo. toBuilder()Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentInfo.Builder Modifier and Type Method Description static Class<? extends AgentInfo.Builder>AgentInfo. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentInfo.Builder Modifier and Type Method Description default Contact.BuilderContact.Builder. agentInfo(Consumer<AgentInfo.Builder> agentInfo)Information about the agent who accepted the contact.
-