| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model | |
| software.amazon.awssdk.services.mediaconnect.paginators |
| Modifier and Type | Method and Description |
|---|---|
Offering |
DescribeOfferingResponse.offering()
Returns the value of the Offering property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Offering> |
ListOfferingsResponse.offerings()
A list of offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeOfferingResponse.Builder |
DescribeOfferingResponse.Builder.offering(Offering offering)
Sets the value of the Offering property for this object.
|
ListOfferingsResponse.Builder |
ListOfferingsResponse.Builder.offerings(Offering... offerings)
A list of offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListOfferingsResponse.Builder |
ListOfferingsResponse.Builder.offerings(Collection<Offering> offerings)
A list of offerings that are available to this account in the current AWS Region.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Offering> |
ListOfferingsIterable.offerings()
Returns an iterable to iterate through the paginated
ListOfferingsResponse.offerings() member. |
SdkPublisher<Offering> |
ListOfferingsPublisher.offerings()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.