Offerings Interface
public interface Offerings
Resource collection API of Offerings.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String locationName)
Returns the list of all provider offerings available for the given location. |
|
abstract
Paged |
list(String locationName, Context context)
Returns the list of all provider offerings available for the given location. |
Method Details
list
public abstract PagedIterable<ProviderDescription> list(String locationName)
Returns the list of all provider offerings available for the given location.
Parameters:
Returns:
list
public abstract PagedIterable<ProviderDescription> list(String locationName, Context context)
Returns the list of all provider offerings available for the given location.
Parameters:
Returns: