| Package | Description |
|---|---|
| software.amazon.awssdk.services.devicefarm.model | |
| software.amazon.awssdk.services.devicefarm.paginators |
| Modifier and Type | Method and Description |
|---|---|
Offering |
OfferingStatus.offering()
Represents the metadata of an offering status.
|
| Modifier and Type | Method and Description |
|---|---|
List<Offering> |
ListOfferingsResponse.offerings()
A value that represents the list offering results.
|
| Modifier and Type | Method and Description |
|---|---|
OfferingStatus.Builder |
OfferingStatus.Builder.offering(Offering offering)
Represents the metadata of an offering status.
|
ListOfferingsResponse.Builder |
ListOfferingsResponse.Builder.offerings(Offering... offerings)
A value that represents the list offering results.
|
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsResponse.Builder |
ListOfferingsResponse.Builder.offerings(Collection<Offering> offerings)
A value that represents the list offering results.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Offering> |
ListOfferingsPublisher.offerings()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Offering> |
ListOfferingsIterable.offerings()
Returns an iterable to iterate through the paginated
ListOfferingsResponse.offerings() member. |
Copyright © 2021. All rights reserved.