Uses of Class
software.amazon.awssdk.services.datasync.model.ListAgentsRequest
-
Packages that use ListAgentsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators software.amazon.awssdk.services.datasync.transform -
-
Uses of ListAgentsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type ListAgentsRequest Modifier and Type Method Description default CompletableFuture<ListAgentsResponse>DataSyncAsyncClient. listAgents(ListAgentsRequest listAgentsRequest)Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsResponseDataSyncClient. listAgents(ListAgentsRequest listAgentsRequest)Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsPublisherDataSyncAsyncClient. listAgentsPaginator(ListAgentsRequest listAgentsRequest)Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request.default ListAgentsIterableDataSyncClient. listAgentsPaginator(ListAgentsRequest listAgentsRequest)Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region specified in the request. -
Uses of ListAgentsRequest in software.amazon.awssdk.services.datasync.paginators
Constructors in software.amazon.awssdk.services.datasync.paginators with parameters of type ListAgentsRequest Constructor Description ListAgentsIterable(DataSyncClient client, ListAgentsRequest firstRequest)ListAgentsPublisher(DataSyncAsyncClient client, ListAgentsRequest firstRequest) -
Uses of ListAgentsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type ListAgentsRequest Modifier and Type Method Description SdkHttpFullRequestListAgentsRequestMarshaller. marshall(ListAgentsRequest listAgentsRequest)
-