Uses of Class
software.amazon.awssdk.services.datasync.model.ListLocationsResponse
-
Packages that use ListLocationsResponse Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators -
-
Uses of ListLocationsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return ListLocationsResponse Modifier and Type Method Description default ListLocationsResponseDataSyncClient. listLocations()Returns a list of source and destination locations.default ListLocationsResponseDataSyncClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Returns a list of source and destination locations.default ListLocationsResponseDataSyncClient. listLocations(ListLocationsRequest listLocationsRequest)Returns a list of source and destination locations.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type ListLocationsResponse Modifier and Type Method Description default CompletableFuture<ListLocationsResponse>DataSyncAsyncClient. listLocations()Returns a list of source and destination locations.default CompletableFuture<ListLocationsResponse>DataSyncAsyncClient. listLocations(Consumer<ListLocationsRequest.Builder> listLocationsRequest)Returns a list of source and destination locations.default CompletableFuture<ListLocationsResponse>DataSyncAsyncClient. listLocations(ListLocationsRequest listLocationsRequest)Returns a list of source and destination locations. -
Uses of ListLocationsResponse in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type ListLocationsResponse Modifier and Type Method Description Iterator<ListLocationsResponse>ListLocationsIterable. iterator()Method parameters in software.amazon.awssdk.services.datasync.paginators with type arguments of type ListLocationsResponse Modifier and Type Method Description voidListLocationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLocationsResponse> subscriber)
-