| Package | Description |
|---|---|
| com.amazonaws.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceSpecification |
ResourceSpecification.clone() |
ResourceSpecification |
Offering.getResourceSpecification()
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
ResourceSpecification |
Reservation.getResourceSpecification()
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
ResourceSpecification |
ResourceSpecification.withReservedBitrate(Integer reservedBitrate)
The amount of outbound bandwidth that is discounted in the offering.
|
ResourceSpecification |
ResourceSpecification.withResourceType(ResourceType resourceType)
The type of resource and the unit that is being billed for.
|
ResourceSpecification |
ResourceSpecification.withResourceType(String resourceType)
The type of resource and the unit that is being billed for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Offering.setResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
void |
Reservation.setResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
Offering |
Offering.withResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
Reservation |
Reservation.withResourceSpecification(ResourceSpecification resourceSpecification)
A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
|
Copyright © 2020. All rights reserved.