Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ResourceSpecification
-
Packages that use ResourceSpecification Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of ResourceSpecification in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return ResourceSpecification Modifier and Type Method Description ResourceSpecificationOffering. resourceSpecification()A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.ResourceSpecificationReservation. resourceSpecification()A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type ResourceSpecification Modifier and Type Method Description Offering.BuilderOffering.Builder. resourceSpecification(ResourceSpecification resourceSpecification)A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.Reservation.BuilderReservation.Builder. resourceSpecification(ResourceSpecification resourceSpecification)A definition of the amount of outbound bandwidth that you would be reserving if you purchase the offering.
-