Uses of Class
software.amazon.awssdk.services.connect.model.AgentStatusSummary
-
Packages that use AgentStatusSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of AgentStatusSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentStatusSummary Modifier and Type Method Description List<AgentStatusSummary>ListAgentStatusesResponse. agentStatusSummaryList()A summary of agent statuses.Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentStatusSummary Modifier and Type Method Description ListAgentStatusesResponse.BuilderListAgentStatusesResponse.Builder. agentStatusSummaryList(AgentStatusSummary... agentStatusSummaryList)A summary of agent statuses.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentStatusSummary Modifier and Type Method Description ListAgentStatusesResponse.BuilderListAgentStatusesResponse.Builder. agentStatusSummaryList(Collection<AgentStatusSummary> agentStatusSummaryList)A summary of agent statuses. -
Uses of AgentStatusSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type AgentStatusSummary Modifier and Type Method Description SdkIterable<AgentStatusSummary>ListAgentStatusesIterable. agentStatusSummaryList()Returns an iterable to iterate through the paginatedListAgentStatusesResponse.agentStatusSummaryList()member.SdkPublisher<AgentStatusSummary>ListAgentStatusesPublisher. agentStatusSummaryList()Returns a publisher that can be used to get a stream of data.
-