Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.ListReservationsRequest.Builder
-
Packages that use ListReservationsRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.model -
-
Uses of ListReservationsRequest.Builder in software.amazon.awssdk.services.mediaconnect
Method parameters in software.amazon.awssdk.services.mediaconnect with type arguments of type ListReservationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListReservationsResponse>MediaConnectAsyncClient. listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)Displays a list of all reservations that have been purchased by this account in the current AWS Region.default ListReservationsResponseMediaConnectClient. listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)Displays a list of all reservations that have been purchased by this account in the current AWS Region.default ListReservationsPublisherMediaConnectAsyncClient. listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)Displays a list of all reservations that have been purchased by this account in the current AWS Region.default ListReservationsIterableMediaConnectClient. listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)Displays a list of all reservations that have been purchased by this account in the current AWS Region. -
Uses of ListReservationsRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return ListReservationsRequest.Builder Modifier and Type Method Description static ListReservationsRequest.BuilderListReservationsRequest. builder()ListReservationsRequest.BuilderListReservationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per API request.ListReservationsRequest.BuilderListReservationsRequest.Builder. nextToken(String nextToken)The token that identifies which batch of results that you want to see.ListReservationsRequest.BuilderListReservationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListReservationsRequest.BuilderListReservationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListReservationsRequest.BuilderListReservationsRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type ListReservationsRequest.Builder Modifier and Type Method Description static Class<? extends ListReservationsRequest.Builder>ListReservationsRequest. serializableBuilderClass()
-