Uses of Class
software.amazon.awssdk.services.mediaconnect.model.Reservation
-
Packages that use Reservation Package Description software.amazon.awssdk.services.mediaconnect.model software.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of Reservation in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return Reservation Modifier and Type Method Description ReservationDescribeReservationResponse. reservation()Returns the value of the Reservation property for this object.ReservationPurchaseOfferingResponse. reservation()Returns the value of the Reservation property for this object.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type Reservation Modifier and Type Method Description List<Reservation>ListReservationsResponse. reservations()A list of all reservations that have been purchased by this account in the current AWS Region.Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type Reservation Modifier and Type Method Description DescribeReservationResponse.BuilderDescribeReservationResponse.Builder. reservation(Reservation reservation)Sets the value of the Reservation property for this object.PurchaseOfferingResponse.BuilderPurchaseOfferingResponse.Builder. reservation(Reservation reservation)Sets the value of the Reservation property for this object.ListReservationsResponse.BuilderListReservationsResponse.Builder. reservations(Reservation... reservations)A list of all reservations that have been purchased by this account in the current AWS Region.Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type Reservation Modifier and Type Method Description ListReservationsResponse.BuilderListReservationsResponse.Builder. reservations(Collection<Reservation> reservations)A list of all reservations that have been purchased by this account in the current AWS Region. -
Uses of Reservation in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.paginators that return types with arguments of type Reservation Modifier and Type Method Description SdkIterable<Reservation>ListReservationsIterable. reservations()Returns an iterable to iterate through the paginatedListReservationsResponse.reservations()member.SdkPublisher<Reservation>ListReservationsPublisher. reservations()Returns a publisher that can be used to get a stream of data.
-