Uses of Class
software.amazon.awssdk.services.medialive.model.ListReservationsResponse
-
Packages that use ListReservationsResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.paginators -
-
Uses of ListReservationsResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return ListReservationsResponse Modifier and Type Method Description default ListReservationsResponseMediaLiveClient. listReservations()List purchased reservations.default ListReservationsResponseMediaLiveClient. listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)List purchased reservations.default ListReservationsResponseMediaLiveClient. listReservations(ListReservationsRequest listReservationsRequest)List purchased reservations.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type ListReservationsResponse Modifier and Type Method Description default CompletableFuture<ListReservationsResponse>MediaLiveAsyncClient. listReservations()List purchased reservations.default CompletableFuture<ListReservationsResponse>MediaLiveAsyncClient. listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)List purchased reservations.default CompletableFuture<ListReservationsResponse>MediaLiveAsyncClient. listReservations(ListReservationsRequest listReservationsRequest)List purchased reservations. -
Uses of ListReservationsResponse in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type ListReservationsResponse Modifier and Type Method Description Iterator<ListReservationsResponse>ListReservationsIterable. iterator()Method parameters in software.amazon.awssdk.services.medialive.paginators with type arguments of type ListReservationsResponse Modifier and Type Method Description voidListReservationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListReservationsResponse> subscriber)
-