Uses of Class
software.amazon.awssdk.services.datasync.model.LocationListEntry
-
Packages that use LocationListEntry Package Description software.amazon.awssdk.services.datasync.model software.amazon.awssdk.services.datasync.paginators -
-
Uses of LocationListEntry in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type LocationListEntry Modifier and Type Method Description List<LocationListEntry>ListLocationsResponse. locations()An array that contains a list of locations.Methods in software.amazon.awssdk.services.datasync.model with parameters of type LocationListEntry Modifier and Type Method Description ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(LocationListEntry... locations)An array that contains a list of locations.Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type LocationListEntry Modifier and Type Method Description ListLocationsResponse.BuilderListLocationsResponse.Builder. locations(Collection<LocationListEntry> locations)An array that contains a list of locations. -
Uses of LocationListEntry in software.amazon.awssdk.services.datasync.paginators
Methods in software.amazon.awssdk.services.datasync.paginators that return types with arguments of type LocationListEntry Modifier and Type Method Description SdkIterable<LocationListEntry>ListLocationsIterable. locations()Returns an iterable to iterate through the paginatedListLocationsResponse.locations()member.SdkPublisher<LocationListEntry>ListLocationsPublisher. locations()Returns a publisher that can be used to get a stream of data.
-