Uses of Class
software.amazon.awssdk.services.datasync.model.AgentListEntry
-
Packages that use AgentListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of AgentListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type AgentListEntry Modifier and Type Method Description List<AgentListEntry>ListAgentsResponse. agents()A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request.Methods in software.amazon.awssdk.services.datasync.model with parameters of type AgentListEntry Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. agents(AgentListEntry... agents)A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type AgentListEntry Modifier and Type Method Description ListAgentsResponse.BuilderListAgentsResponse.Builder. agents(Collection<AgentListEntry> agents)A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the request. -
Uses of AgentListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type AgentListEntry Modifier and Type Method Description SdkIterable<AgentListEntry>ListAgentsIterable. agents()Returns an iterable to iterate through the paginatedListAgentsResponse.agents()member.SdkPublisher<AgentListEntry>ListAgentsPublisher. agents()Returns a publisher that can be used to get a stream of data.
-