Uses of Class
software.amazon.awssdk.services.datasync.model.ListAgentsResponse
-
Packages that use ListAgentsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListAgentsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListAgentsResponse Modifier and Type Method Description default ListAgentsResponseDataSyncClient. listAgents()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(Consumer<ListAgentsRequest.Builder> 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.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListAgentsResponse Modifier and Type Method Description default CompletableFuture<ListAgentsResponse>DataSyncAsyncClient. listAgents()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 CompletableFuture<ListAgentsResponse>DataSyncAsyncClient. listAgents(Consumer<ListAgentsRequest.Builder> 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 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. -
Uses of ListAgentsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ListAgentsResponse Modifier and Type Method Description Iterator<ListAgentsResponse>ListAgentsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type ListAgentsResponse Modifier and Type Method Description voidListAgentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAgentsResponse> subscriber)
-