Uses of Class
software.amazon.awssdk.services.connect.model.AgentStatus
-
Packages that use AgentStatus Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of AgentStatus in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return AgentStatus Modifier and Type Method Description AgentStatusDescribeAgentStatusResponse. agentStatus()The agent status.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type AgentStatus Modifier and Type Method Description List<AgentStatus>SearchAgentStatusesResponse. agentStatuses()The search criteria to be used to return agent statuses.Methods in software.amazon.awssdk.services.connect.model with parameters of type AgentStatus Modifier and Type Method Description DescribeAgentStatusResponse.BuilderDescribeAgentStatusResponse.Builder. agentStatus(AgentStatus agentStatus)The agent status.SearchAgentStatusesResponse.BuilderSearchAgentStatusesResponse.Builder. agentStatuses(AgentStatus... agentStatuses)The search criteria to be used to return agent statuses.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type AgentStatus Modifier and Type Method Description SearchAgentStatusesResponse.BuilderSearchAgentStatusesResponse.Builder. agentStatuses(Collection<AgentStatus> agentStatuses)The search criteria to be used to return agent statuses. -
Uses of AgentStatus in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type AgentStatus Modifier and Type Method Description SdkIterable<AgentStatus>SearchAgentStatusesIterable. agentStatuses()Returns an iterable to iterate through the paginatedSearchAgentStatusesResponse.agentStatuses()member.SdkPublisher<AgentStatus>SearchAgentStatusesPublisher. agentStatuses()Returns a publisher that can be used to get a stream of data.
-