Uses of Class
software.amazon.awssdk.services.datasync.model.ListLocationsRequest
-
Packages that use ListLocationsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.paginators software.amazon.awssdk.services.datasync.transform -
-
Uses of ListLocationsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type ListLocationsRequest Modifier and Type Method Description default CompletableFuture<ListLocationsResponse>DataSyncAsyncClient. listLocations(ListLocationsRequest listLocationsRequest)Returns a list of source and destination locations.default ListLocationsResponseDataSyncClient. listLocations(ListLocationsRequest listLocationsRequest)Returns a list of source and destination locations.default ListLocationsPublisherDataSyncAsyncClient. listLocationsPaginator(ListLocationsRequest listLocationsRequest)This is a variant ofDataSyncAsyncClient.listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)operation.default ListLocationsIterableDataSyncClient. listLocationsPaginator(ListLocationsRequest listLocationsRequest)This is a variant ofDataSyncClient.listLocations(software.amazon.awssdk.services.datasync.model.ListLocationsRequest)operation. -
Uses of ListLocationsRequest in software.amazon.awssdk.services.datasync.paginators
Constructors in software.amazon.awssdk.services.datasync.paginators with parameters of type ListLocationsRequest Constructor Description ListLocationsIterable(DataSyncClient client, ListLocationsRequest firstRequest)ListLocationsPublisher(DataSyncAsyncClient client, ListLocationsRequest firstRequest) -
Uses of ListLocationsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type ListLocationsRequest Modifier and Type Method Description SdkHttpFullRequestListLocationsRequestMarshaller. marshall(ListLocationsRequest listLocationsRequest)
-