@Generated(value="software.amazon.awssdk:codegen") @ThreadSafe public interface MediaConnectAsyncClient extends SdkClient
builder()
method.
API for AWS Elemental MediaConnect| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_METADATA_ID
Value for looking up the service's metadata from the
ServiceMetadataProvider. |
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<AddFlowMediaStreamsResponse> |
addFlowMediaStreams(AddFlowMediaStreamsRequest addFlowMediaStreamsRequest)
Adds media streams to an existing flow.
|
default CompletableFuture<AddFlowMediaStreamsResponse> |
addFlowMediaStreams(Consumer<AddFlowMediaStreamsRequest.Builder> addFlowMediaStreamsRequest)
Adds media streams to an existing flow.
|
default CompletableFuture<AddFlowOutputsResponse> |
addFlowOutputs(AddFlowOutputsRequest addFlowOutputsRequest)
Adds outputs to an existing flow.
|
default CompletableFuture<AddFlowOutputsResponse> |
addFlowOutputs(Consumer<AddFlowOutputsRequest.Builder> addFlowOutputsRequest)
Adds outputs to an existing flow.
|
default CompletableFuture<AddFlowSourcesResponse> |
addFlowSources(AddFlowSourcesRequest addFlowSourcesRequest)
Adds Sources to flow
|
default CompletableFuture<AddFlowSourcesResponse> |
addFlowSources(Consumer<AddFlowSourcesRequest.Builder> addFlowSourcesRequest)
Adds Sources to flow
|
default CompletableFuture<AddFlowVpcInterfacesResponse> |
addFlowVpcInterfaces(AddFlowVpcInterfacesRequest addFlowVpcInterfacesRequest)
Adds VPC interfaces to flow
|
default CompletableFuture<AddFlowVpcInterfacesResponse> |
addFlowVpcInterfaces(Consumer<AddFlowVpcInterfacesRequest.Builder> addFlowVpcInterfacesRequest)
Adds VPC interfaces to flow
|
static MediaConnectAsyncClientBuilder |
builder()
Create a builder that can be used to configure and create a
MediaConnectAsyncClient. |
static MediaConnectAsyncClient |
create()
Create a
MediaConnectAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
default CompletableFuture<CreateFlowResponse> |
createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)
Creates a new flow.
|
default CompletableFuture<CreateFlowResponse> |
createFlow(CreateFlowRequest createFlowRequest)
Creates a new flow.
|
default CompletableFuture<DeleteFlowResponse> |
deleteFlow(Consumer<DeleteFlowRequest.Builder> deleteFlowRequest)
Deletes a flow.
|
default CompletableFuture<DeleteFlowResponse> |
deleteFlow(DeleteFlowRequest deleteFlowRequest)
Deletes a flow.
|
default CompletableFuture<DescribeFlowResponse> |
describeFlow(Consumer<DescribeFlowRequest.Builder> describeFlowRequest)
Displays the details of a flow.
|
default CompletableFuture<DescribeFlowResponse> |
describeFlow(DescribeFlowRequest describeFlowRequest)
Displays the details of a flow.
|
default CompletableFuture<DescribeOfferingResponse> |
describeOffering(Consumer<DescribeOfferingRequest.Builder> describeOfferingRequest)
Displays the details of an offering.
|
default CompletableFuture<DescribeOfferingResponse> |
describeOffering(DescribeOfferingRequest describeOfferingRequest)
Displays the details of an offering.
|
default CompletableFuture<DescribeReservationResponse> |
describeReservation(Consumer<DescribeReservationRequest.Builder> describeReservationRequest)
Displays the details of a reservation.
|
default CompletableFuture<DescribeReservationResponse> |
describeReservation(DescribeReservationRequest describeReservationRequest)
Displays the details of a reservation.
|
default CompletableFuture<GrantFlowEntitlementsResponse> |
grantFlowEntitlements(Consumer<GrantFlowEntitlementsRequest.Builder> grantFlowEntitlementsRequest)
Grants entitlements to an existing flow.
|
default CompletableFuture<GrantFlowEntitlementsResponse> |
grantFlowEntitlements(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest)
Grants entitlements to an existing flow.
|
default CompletableFuture<ListEntitlementsResponse> |
listEntitlements()
Displays a list of all entitlements that have been granted to this account.
|
default CompletableFuture<ListEntitlementsResponse> |
listEntitlements(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default CompletableFuture<ListEntitlementsResponse> |
listEntitlements(ListEntitlementsRequest listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default ListEntitlementsPublisher |
listEntitlementsPaginator()
Displays a list of all entitlements that have been granted to this account.
|
default ListEntitlementsPublisher |
listEntitlementsPaginator(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default ListEntitlementsPublisher |
listEntitlementsPaginator(ListEntitlementsRequest listEntitlementsRequest)
Displays a list of all entitlements that have been granted to this account.
|
default CompletableFuture<ListFlowsResponse> |
listFlows()
Displays a list of flows that are associated with this account.
|
default CompletableFuture<ListFlowsResponse> |
listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default CompletableFuture<ListFlowsResponse> |
listFlows(ListFlowsRequest listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default ListFlowsPublisher |
listFlowsPaginator()
Displays a list of flows that are associated with this account.
|
default ListFlowsPublisher |
listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default ListFlowsPublisher |
listFlowsPaginator(ListFlowsRequest listFlowsRequest)
Displays a list of flows that are associated with this account.
|
default CompletableFuture<ListOfferingsResponse> |
listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default CompletableFuture<ListOfferingsResponse> |
listOfferings(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default ListOfferingsPublisher |
listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default ListOfferingsPublisher |
listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
Displays a list of all offerings that are available to this account in the current AWS Region.
|
default CompletableFuture<ListReservationsResponse> |
listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default CompletableFuture<ListReservationsResponse> |
listReservations(ListReservationsRequest listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default ListReservationsPublisher |
listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default ListReservationsPublisher |
listReservationsPaginator(ListReservationsRequest listReservationsRequest)
Displays a list of all reservations that have been purchased by this account in the current AWS Region.
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
List all tags on an AWS Elemental MediaConnect resource
|
default CompletableFuture<ListTagsForResourceResponse> |
listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
List all tags on an AWS Elemental MediaConnect resource
|
default CompletableFuture<PurchaseOfferingResponse> |
purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest)
Submits a request to purchase an offering.
|
default CompletableFuture<PurchaseOfferingResponse> |
purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
Submits a request to purchase an offering.
|
default CompletableFuture<RemoveFlowMediaStreamResponse> |
removeFlowMediaStream(Consumer<RemoveFlowMediaStreamRequest.Builder> removeFlowMediaStreamRequest)
Removes a media stream from a flow.
|
default CompletableFuture<RemoveFlowMediaStreamResponse> |
removeFlowMediaStream(RemoveFlowMediaStreamRequest removeFlowMediaStreamRequest)
Removes a media stream from a flow.
|
default CompletableFuture<RemoveFlowOutputResponse> |
removeFlowOutput(Consumer<RemoveFlowOutputRequest.Builder> removeFlowOutputRequest)
Removes an output from an existing flow.
|
default CompletableFuture<RemoveFlowOutputResponse> |
removeFlowOutput(RemoveFlowOutputRequest removeFlowOutputRequest)
Removes an output from an existing flow.
|
default CompletableFuture<RemoveFlowSourceResponse> |
removeFlowSource(Consumer<RemoveFlowSourceRequest.Builder> removeFlowSourceRequest)
Removes a source from an existing flow.
|
default CompletableFuture<RemoveFlowSourceResponse> |
removeFlowSource(RemoveFlowSourceRequest removeFlowSourceRequest)
Removes a source from an existing flow.
|
default CompletableFuture<RemoveFlowVpcInterfaceResponse> |
removeFlowVpcInterface(Consumer<RemoveFlowVpcInterfaceRequest.Builder> removeFlowVpcInterfaceRequest)
Removes a VPC Interface from an existing flow.
|
default CompletableFuture<RemoveFlowVpcInterfaceResponse> |
removeFlowVpcInterface(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest)
Removes a VPC Interface from an existing flow.
|
default CompletableFuture<RevokeFlowEntitlementResponse> |
revokeFlowEntitlement(Consumer<RevokeFlowEntitlementRequest.Builder> revokeFlowEntitlementRequest)
Revokes an entitlement from a flow.
|
default CompletableFuture<RevokeFlowEntitlementResponse> |
revokeFlowEntitlement(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest)
Revokes an entitlement from a flow.
|
default CompletableFuture<StartFlowResponse> |
startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)
Starts a flow.
|
default CompletableFuture<StartFlowResponse> |
startFlow(StartFlowRequest startFlowRequest)
Starts a flow.
|
default CompletableFuture<StopFlowResponse> |
stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
Stops a flow.
|
default CompletableFuture<StopFlowResponse> |
stopFlow(StopFlowRequest stopFlowRequest)
Stops a flow.
|
default CompletableFuture<TagResourceResponse> |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified resourceArn.
|
default CompletableFuture<TagResourceResponse> |
tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified resourceArn.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default CompletableFuture<UntagResourceResponse> |
untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
default CompletableFuture<UpdateFlowResponse> |
updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)
Updates flow
|
default CompletableFuture<UpdateFlowResponse> |
updateFlow(UpdateFlowRequest updateFlowRequest)
Updates flow
|
default CompletableFuture<UpdateFlowEntitlementResponse> |
updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)
You can change an entitlement's description, subscribers, and encryption.
|
default CompletableFuture<UpdateFlowEntitlementResponse> |
updateFlowEntitlement(UpdateFlowEntitlementRequest updateFlowEntitlementRequest)
You can change an entitlement's description, subscribers, and encryption.
|
default CompletableFuture<UpdateFlowMediaStreamResponse> |
updateFlowMediaStream(Consumer<UpdateFlowMediaStreamRequest.Builder> updateFlowMediaStreamRequest)
Updates an existing media stream.
|
default CompletableFuture<UpdateFlowMediaStreamResponse> |
updateFlowMediaStream(UpdateFlowMediaStreamRequest updateFlowMediaStreamRequest)
Updates an existing media stream.
|
default CompletableFuture<UpdateFlowOutputResponse> |
updateFlowOutput(Consumer<UpdateFlowOutputRequest.Builder> updateFlowOutputRequest)
Updates an existing flow output.
|
default CompletableFuture<UpdateFlowOutputResponse> |
updateFlowOutput(UpdateFlowOutputRequest updateFlowOutputRequest)
Updates an existing flow output.
|
default CompletableFuture<UpdateFlowSourceResponse> |
updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)
Updates the source of a flow.
|
default CompletableFuture<UpdateFlowSourceResponse> |
updateFlowSource(UpdateFlowSourceRequest updateFlowSourceRequest)
Updates the source of a flow.
|
default MediaConnectAsyncWaiter |
waiter()
Create an instance of
MediaConnectAsyncWaiter using this client. |
serviceNameclosestatic final String SERVICE_NAME
static final String SERVICE_METADATA_ID
ServiceMetadataProvider.static MediaConnectAsyncClient create()
MediaConnectAsyncClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider.static MediaConnectAsyncClientBuilder builder()
MediaConnectAsyncClient.default CompletableFuture<AddFlowMediaStreamsResponse> addFlowMediaStreams(AddFlowMediaStreamsRequest addFlowMediaStreamsRequest)
addFlowMediaStreamsRequest - A request to add media streams to the flow.default CompletableFuture<AddFlowMediaStreamsResponse> addFlowMediaStreams(Consumer<AddFlowMediaStreamsRequest.Builder> addFlowMediaStreamsRequest)
This is a convenience which creates an instance of the AddFlowMediaStreamsRequest.Builder avoiding the
need to create one manually via AddFlowMediaStreamsRequest.builder()
addFlowMediaStreamsRequest - A Consumer that will call methods on AddFlowMediaStreamsRequest.Builder to create a
request. A request to add media streams to the flow.default CompletableFuture<AddFlowOutputsResponse> addFlowOutputs(AddFlowOutputsRequest addFlowOutputsRequest)
addFlowOutputsRequest - A request to add outputs to the specified flow.default CompletableFuture<AddFlowOutputsResponse> addFlowOutputs(Consumer<AddFlowOutputsRequest.Builder> addFlowOutputsRequest)
This is a convenience which creates an instance of the AddFlowOutputsRequest.Builder avoiding the need to
create one manually via AddFlowOutputsRequest.builder()
addFlowOutputsRequest - A Consumer that will call methods on AddFlowOutputsRequest.Builder to create a request. A
request to add outputs to the specified flow.default CompletableFuture<AddFlowSourcesResponse> addFlowSources(AddFlowSourcesRequest addFlowSourcesRequest)
addFlowSourcesRequest - A request to add sources to the flow.default CompletableFuture<AddFlowSourcesResponse> addFlowSources(Consumer<AddFlowSourcesRequest.Builder> addFlowSourcesRequest)
This is a convenience which creates an instance of the AddFlowSourcesRequest.Builder avoiding the need to
create one manually via AddFlowSourcesRequest.builder()
addFlowSourcesRequest - A Consumer that will call methods on AddFlowSourcesRequest.Builder to create a request. A
request to add sources to the flow.default CompletableFuture<AddFlowVpcInterfacesResponse> addFlowVpcInterfaces(AddFlowVpcInterfacesRequest addFlowVpcInterfacesRequest)
addFlowVpcInterfacesRequest - A request to add VPC interfaces to the flow.default CompletableFuture<AddFlowVpcInterfacesResponse> addFlowVpcInterfaces(Consumer<AddFlowVpcInterfacesRequest.Builder> addFlowVpcInterfacesRequest)
This is a convenience which creates an instance of the AddFlowVpcInterfacesRequest.Builder avoiding the
need to create one manually via AddFlowVpcInterfacesRequest.builder()
addFlowVpcInterfacesRequest - A Consumer that will call methods on AddFlowVpcInterfacesRequest.Builder to create a
request. A request to add VPC interfaces to the flow.default CompletableFuture<CreateFlowResponse> createFlow(CreateFlowRequest createFlowRequest)
createFlowRequest - Creates a new flow. The request must include one source. The request optionally can include outputs (up to
50) and entitlements (up to 50).default CompletableFuture<CreateFlowResponse> createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest)
This is a convenience which creates an instance of the CreateFlowRequest.Builder avoiding the need to
create one manually via CreateFlowRequest.builder()
createFlowRequest - A Consumer that will call methods on CreateFlowRequest.Builder to create a request.
Creates a new flow. The request must include one source. The request optionally can include outputs (up to
50) and entitlements (up to 50).default CompletableFuture<DeleteFlowResponse> deleteFlow(DeleteFlowRequest deleteFlowRequest)
deleteFlowRequest - default CompletableFuture<DeleteFlowResponse> deleteFlow(Consumer<DeleteFlowRequest.Builder> deleteFlowRequest)
This is a convenience which creates an instance of the DeleteFlowRequest.Builder avoiding the need to
create one manually via DeleteFlowRequest.builder()
deleteFlowRequest - A Consumer that will call methods on DeleteFlowRequest.Builder to create a request.default CompletableFuture<DescribeFlowResponse> describeFlow(DescribeFlowRequest describeFlowRequest)
describeFlowRequest - default CompletableFuture<DescribeFlowResponse> describeFlow(Consumer<DescribeFlowRequest.Builder> describeFlowRequest)
This is a convenience which creates an instance of the DescribeFlowRequest.Builder avoiding the need to
create one manually via DescribeFlowRequest.builder()
describeFlowRequest - A Consumer that will call methods on DescribeFlowRequest.Builder to create a request.default CompletableFuture<DescribeOfferingResponse> describeOffering(DescribeOfferingRequest describeOfferingRequest)
describeOfferingRequest - default CompletableFuture<DescribeOfferingResponse> describeOffering(Consumer<DescribeOfferingRequest.Builder> describeOfferingRequest)
This is a convenience which creates an instance of the DescribeOfferingRequest.Builder avoiding the need
to create one manually via DescribeOfferingRequest.builder()
describeOfferingRequest - A Consumer that will call methods on DescribeOfferingRequest.Builder to create a request.default CompletableFuture<DescribeReservationResponse> describeReservation(DescribeReservationRequest describeReservationRequest)
describeReservationRequest - default CompletableFuture<DescribeReservationResponse> describeReservation(Consumer<DescribeReservationRequest.Builder> describeReservationRequest)
This is a convenience which creates an instance of the DescribeReservationRequest.Builder avoiding the
need to create one manually via DescribeReservationRequest.builder()
describeReservationRequest - A Consumer that will call methods on DescribeReservationRequest.Builder to create a
request.default CompletableFuture<GrantFlowEntitlementsResponse> grantFlowEntitlements(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest)
grantFlowEntitlementsRequest - A request to grant entitlements on a flow.default CompletableFuture<GrantFlowEntitlementsResponse> grantFlowEntitlements(Consumer<GrantFlowEntitlementsRequest.Builder> grantFlowEntitlementsRequest)
This is a convenience which creates an instance of the GrantFlowEntitlementsRequest.Builder avoiding the
need to create one manually via GrantFlowEntitlementsRequest.builder()
grantFlowEntitlementsRequest - A Consumer that will call methods on GrantFlowEntitlementsRequest.Builder to create a
request. A request to grant entitlements on a flow.default CompletableFuture<ListEntitlementsResponse> listEntitlements(ListEntitlementsRequest listEntitlementsRequest)
listEntitlementsRequest - default CompletableFuture<ListEntitlementsResponse> listEntitlements(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
This is a convenience which creates an instance of the ListEntitlementsRequest.Builder avoiding the need
to create one manually via ListEntitlementsRequest.builder()
listEntitlementsRequest - A Consumer that will call methods on ListEntitlementsRequest.Builder to create a request.default CompletableFuture<ListEntitlementsResponse> listEntitlements()
default ListEntitlementsPublisher listEntitlementsPaginator()
This is a variant of
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest)
operation.
default ListEntitlementsPublisher listEntitlementsPaginator(ListEntitlementsRequest listEntitlementsRequest)
This is a variant of
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest)
operation.
listEntitlementsRequest - default ListEntitlementsPublisher listEntitlementsPaginator(Consumer<ListEntitlementsRequest.Builder> listEntitlementsRequest)
This is a variant of
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListEntitlementsPublisher publisher = client.listEntitlementsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listEntitlements(software.amazon.awssdk.services.mediaconnect.model.ListEntitlementsRequest)
operation.
This is a convenience which creates an instance of the ListEntitlementsRequest.Builder avoiding the need
to create one manually via ListEntitlementsRequest.builder()
listEntitlementsRequest - A Consumer that will call methods on ListEntitlementsRequest.Builder to create a request.default CompletableFuture<ListFlowsResponse> listFlows(ListFlowsRequest listFlowsRequest)
listFlowsRequest - default CompletableFuture<ListFlowsResponse> listFlows(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
This is a convenience which creates an instance of the ListFlowsRequest.Builder avoiding the need to
create one manually via ListFlowsRequest.builder()
listFlowsRequest - A Consumer that will call methods on ListFlowsRequest.Builder to create a request.default CompletableFuture<ListFlowsResponse> listFlows()
default ListFlowsPublisher listFlowsPaginator()
This is a variant of listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest) operation.
default ListFlowsPublisher listFlowsPaginator(ListFlowsRequest listFlowsRequest)
This is a variant of listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest) operation.
listFlowsRequest - default ListFlowsPublisher listFlowsPaginator(Consumer<ListFlowsRequest.Builder> listFlowsRequest)
This is a variant of listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest)
operation. The return type is a custom publisher that can be subscribed to request a stream of response pages.
SDK will internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListFlowsPublisher publisher = client.listFlowsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListFlowsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFlows(software.amazon.awssdk.services.mediaconnect.model.ListFlowsRequest) operation.
This is a convenience which creates an instance of the ListFlowsRequest.Builder avoiding the need to
create one manually via ListFlowsRequest.builder()
listFlowsRequest - A Consumer that will call methods on ListFlowsRequest.Builder to create a request.default CompletableFuture<ListOfferingsResponse> listOfferings(ListOfferingsRequest listOfferingsRequest)
listOfferingsRequest - default CompletableFuture<ListOfferingsResponse> listOfferings(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
This is a convenience which creates an instance of the ListOfferingsRequest.Builder avoiding the need to
create one manually via ListOfferingsRequest.builder()
listOfferingsRequest - A Consumer that will call methods on ListOfferingsRequest.Builder to create a request.default ListOfferingsPublisher listOfferingsPaginator(ListOfferingsRequest listOfferingsRequest)
This is a variant of
listOfferings(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListOfferingsPublisher publisher = client.listOfferingsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListOfferingsPublisher publisher = client.listOfferingsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListOfferingsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOfferings(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsRequest) operation.
listOfferingsRequest - default ListOfferingsPublisher listOfferingsPaginator(Consumer<ListOfferingsRequest.Builder> listOfferingsRequest)
This is a variant of
listOfferings(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsRequest) operation. The
return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListOfferingsPublisher publisher = client.listOfferingsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListOfferingsPublisher publisher = client.listOfferingsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListOfferingsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listOfferings(software.amazon.awssdk.services.mediaconnect.model.ListOfferingsRequest) operation.
This is a convenience which creates an instance of the ListOfferingsRequest.Builder avoiding the need to
create one manually via ListOfferingsRequest.builder()
listOfferingsRequest - A Consumer that will call methods on ListOfferingsRequest.Builder to create a request.default CompletableFuture<ListReservationsResponse> listReservations(ListReservationsRequest listReservationsRequest)
listReservationsRequest - default CompletableFuture<ListReservationsResponse> listReservations(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
This is a convenience which creates an instance of the ListReservationsRequest.Builder avoiding the need
to create one manually via ListReservationsRequest.builder()
listReservationsRequest - A Consumer that will call methods on ListReservationsRequest.Builder to create a request.default ListReservationsPublisher listReservationsPaginator(ListReservationsRequest listReservationsRequest)
This is a variant of
listReservations(software.amazon.awssdk.services.mediaconnect.model.ListReservationsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListReservationsPublisher publisher = client.listReservationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListReservationsPublisher publisher = client.listReservationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListReservationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListReservationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReservations(software.amazon.awssdk.services.mediaconnect.model.ListReservationsRequest)
operation.
listReservationsRequest - default ListReservationsPublisher listReservationsPaginator(Consumer<ListReservationsRequest.Builder> listReservationsRequest)
This is a variant of
listReservations(software.amazon.awssdk.services.mediaconnect.model.ListReservationsRequest) operation.
The return type is a custom publisher that can be subscribed to request a stream of response pages. SDK will
internally handle making service calls for you.
When the operation is called, an instance of this class is returned. At this point, no service calls are made yet
and so there is no guarantee that the request is valid. If there are errors in your request, you will see the
failures only after you start streaming the data. The subscribe method should be called as a request to start
streaming data. For more info, see
Publisher.subscribe(org.reactivestreams.Subscriber). Each call to the subscribe
method will result in a new Subscription i.e., a new contract to stream data from the
starting request.
The following are few ways to use the response class:
1) Using the subscribe helper method
software.amazon.awssdk.services.mediaconnect.paginators.ListReservationsPublisher publisher = client.listReservationsPaginator(request);
CompletableFuture<Void> future = publisher.subscribe(res -> { // Do something with the response });
future.get();
2) Using a custom subscriber
software.amazon.awssdk.services.mediaconnect.paginators.ListReservationsPublisher publisher = client.listReservationsPaginator(request);
publisher.subscribe(new Subscriber<software.amazon.awssdk.services.mediaconnect.model.ListReservationsResponse>() {
public void onSubscribe(org.reactivestreams.Subscriber subscription) { //... };
public void onNext(software.amazon.awssdk.services.mediaconnect.model.ListReservationsResponse response) { //... };
});
As the response is a publisher, it can work well with third party reactive streams implementations like RxJava2.
Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listReservations(software.amazon.awssdk.services.mediaconnect.model.ListReservationsRequest)
operation.
This is a convenience which creates an instance of the ListReservationsRequest.Builder avoiding the need
to create one manually via ListReservationsRequest.builder()
listReservationsRequest - A Consumer that will call methods on ListReservationsRequest.Builder to create a request.default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
listTagsForResourceRequest - default CompletableFuture<ListTagsForResourceResponse> listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
This is a convenience which creates an instance of the ListTagsForResourceRequest.Builder avoiding the
need to create one manually via ListTagsForResourceRequest.builder()
listTagsForResourceRequest - A Consumer that will call methods on ListTagsForResourceRequest.Builder to create a
request.default CompletableFuture<PurchaseOfferingResponse> purchaseOffering(PurchaseOfferingRequest purchaseOfferingRequest)
purchaseOfferingRequest - A request to purchase a offering.default CompletableFuture<PurchaseOfferingResponse> purchaseOffering(Consumer<PurchaseOfferingRequest.Builder> purchaseOfferingRequest)
This is a convenience which creates an instance of the PurchaseOfferingRequest.Builder avoiding the need
to create one manually via PurchaseOfferingRequest.builder()
purchaseOfferingRequest - A Consumer that will call methods on PurchaseOfferingRequest.Builder to create a request.
A request to purchase a offering.default CompletableFuture<RemoveFlowMediaStreamResponse> removeFlowMediaStream(RemoveFlowMediaStreamRequest removeFlowMediaStreamRequest)
removeFlowMediaStreamRequest - default CompletableFuture<RemoveFlowMediaStreamResponse> removeFlowMediaStream(Consumer<RemoveFlowMediaStreamRequest.Builder> removeFlowMediaStreamRequest)
This is a convenience which creates an instance of the RemoveFlowMediaStreamRequest.Builder avoiding the
need to create one manually via RemoveFlowMediaStreamRequest.builder()
removeFlowMediaStreamRequest - A Consumer that will call methods on RemoveFlowMediaStreamRequest.Builder to create a
request.default CompletableFuture<RemoveFlowOutputResponse> removeFlowOutput(RemoveFlowOutputRequest removeFlowOutputRequest)
removeFlowOutputRequest - default CompletableFuture<RemoveFlowOutputResponse> removeFlowOutput(Consumer<RemoveFlowOutputRequest.Builder> removeFlowOutputRequest)
This is a convenience which creates an instance of the RemoveFlowOutputRequest.Builder avoiding the need
to create one manually via RemoveFlowOutputRequest.builder()
removeFlowOutputRequest - A Consumer that will call methods on RemoveFlowOutputRequest.Builder to create a request.default CompletableFuture<RemoveFlowSourceResponse> removeFlowSource(RemoveFlowSourceRequest removeFlowSourceRequest)
removeFlowSourceRequest - default CompletableFuture<RemoveFlowSourceResponse> removeFlowSource(Consumer<RemoveFlowSourceRequest.Builder> removeFlowSourceRequest)
This is a convenience which creates an instance of the RemoveFlowSourceRequest.Builder avoiding the need
to create one manually via RemoveFlowSourceRequest.builder()
removeFlowSourceRequest - A Consumer that will call methods on RemoveFlowSourceRequest.Builder to create a request.default CompletableFuture<RemoveFlowVpcInterfaceResponse> removeFlowVpcInterface(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest)
removeFlowVpcInterfaceRequest - default CompletableFuture<RemoveFlowVpcInterfaceResponse> removeFlowVpcInterface(Consumer<RemoveFlowVpcInterfaceRequest.Builder> removeFlowVpcInterfaceRequest)
This is a convenience which creates an instance of the RemoveFlowVpcInterfaceRequest.Builder avoiding the
need to create one manually via RemoveFlowVpcInterfaceRequest.builder()
removeFlowVpcInterfaceRequest - A Consumer that will call methods on RemoveFlowVpcInterfaceRequest.Builder to create a
request.default CompletableFuture<RevokeFlowEntitlementResponse> revokeFlowEntitlement(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest)
revokeFlowEntitlementRequest - default CompletableFuture<RevokeFlowEntitlementResponse> revokeFlowEntitlement(Consumer<RevokeFlowEntitlementRequest.Builder> revokeFlowEntitlementRequest)
This is a convenience which creates an instance of the RevokeFlowEntitlementRequest.Builder avoiding the
need to create one manually via RevokeFlowEntitlementRequest.builder()
revokeFlowEntitlementRequest - A Consumer that will call methods on RevokeFlowEntitlementRequest.Builder to create a
request.default CompletableFuture<StartFlowResponse> startFlow(StartFlowRequest startFlowRequest)
startFlowRequest - default CompletableFuture<StartFlowResponse> startFlow(Consumer<StartFlowRequest.Builder> startFlowRequest)
This is a convenience which creates an instance of the StartFlowRequest.Builder avoiding the need to
create one manually via StartFlowRequest.builder()
startFlowRequest - A Consumer that will call methods on StartFlowRequest.Builder to create a request.default CompletableFuture<StopFlowResponse> stopFlow(StopFlowRequest stopFlowRequest)
stopFlowRequest - default CompletableFuture<StopFlowResponse> stopFlow(Consumer<StopFlowRequest.Builder> stopFlowRequest)
This is a convenience which creates an instance of the StopFlowRequest.Builder avoiding the need to
create one manually via StopFlowRequest.builder()
stopFlowRequest - A Consumer that will call methods on StopFlowRequest.Builder to create a request.default CompletableFuture<TagResourceResponse> tagResource(TagResourceRequest tagResourceRequest)
tagResourceRequest - The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum
character length of 128 characters, and tag values can have a maximum length of 256 characters.default CompletableFuture<TagResourceResponse> tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
This is a convenience which creates an instance of the TagResourceRequest.Builder avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest - A Consumer that will call methods on TagResourceRequest.Builder to create a request. The
tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character
length of 128 characters, and tag values can have a maximum length of 256 characters.default CompletableFuture<UntagResourceResponse> untagResource(UntagResourceRequest untagResourceRequest)
untagResourceRequest - default CompletableFuture<UntagResourceResponse> untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
This is a convenience which creates an instance of the UntagResourceRequest.Builder avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest - A Consumer that will call methods on UntagResourceRequest.Builder to create a request.default CompletableFuture<UpdateFlowResponse> updateFlow(UpdateFlowRequest updateFlowRequest)
updateFlowRequest - A request to update flow.default CompletableFuture<UpdateFlowResponse> updateFlow(Consumer<UpdateFlowRequest.Builder> updateFlowRequest)
This is a convenience which creates an instance of the UpdateFlowRequest.Builder avoiding the need to
create one manually via UpdateFlowRequest.builder()
updateFlowRequest - A Consumer that will call methods on UpdateFlowRequest.Builder to create a request. A
request to update flow.default CompletableFuture<UpdateFlowEntitlementResponse> updateFlowEntitlement(UpdateFlowEntitlementRequest updateFlowEntitlementRequest)
updateFlowEntitlementRequest - The entitlement fields that you want to update.default CompletableFuture<UpdateFlowEntitlementResponse> updateFlowEntitlement(Consumer<UpdateFlowEntitlementRequest.Builder> updateFlowEntitlementRequest)
This is a convenience which creates an instance of the UpdateFlowEntitlementRequest.Builder avoiding the
need to create one manually via UpdateFlowEntitlementRequest.builder()
updateFlowEntitlementRequest - A Consumer that will call methods on UpdateFlowEntitlementRequest.Builder to create a
request. The entitlement fields that you want to update.default CompletableFuture<UpdateFlowMediaStreamResponse> updateFlowMediaStream(UpdateFlowMediaStreamRequest updateFlowMediaStreamRequest)
updateFlowMediaStreamRequest - The fields that you want to update in the media stream.default CompletableFuture<UpdateFlowMediaStreamResponse> updateFlowMediaStream(Consumer<UpdateFlowMediaStreamRequest.Builder> updateFlowMediaStreamRequest)
This is a convenience which creates an instance of the UpdateFlowMediaStreamRequest.Builder avoiding the
need to create one manually via UpdateFlowMediaStreamRequest.builder()
updateFlowMediaStreamRequest - A Consumer that will call methods on UpdateFlowMediaStreamRequest.Builder to create a
request. The fields that you want to update in the media stream.default CompletableFuture<UpdateFlowOutputResponse> updateFlowOutput(UpdateFlowOutputRequest updateFlowOutputRequest)
updateFlowOutputRequest - The fields that you want to update in the output.default CompletableFuture<UpdateFlowOutputResponse> updateFlowOutput(Consumer<UpdateFlowOutputRequest.Builder> updateFlowOutputRequest)
This is a convenience which creates an instance of the UpdateFlowOutputRequest.Builder avoiding the need
to create one manually via UpdateFlowOutputRequest.builder()
updateFlowOutputRequest - A Consumer that will call methods on UpdateFlowOutputRequest.Builder to create a request.
The fields that you want to update in the output.default CompletableFuture<UpdateFlowSourceResponse> updateFlowSource(UpdateFlowSourceRequest updateFlowSourceRequest)
updateFlowSourceRequest - A request to update the source of a flow.default CompletableFuture<UpdateFlowSourceResponse> updateFlowSource(Consumer<UpdateFlowSourceRequest.Builder> updateFlowSourceRequest)
This is a convenience which creates an instance of the UpdateFlowSourceRequest.Builder avoiding the need
to create one manually via UpdateFlowSourceRequest.builder()
updateFlowSourceRequest - A Consumer that will call methods on UpdateFlowSourceRequest.Builder to create a request.
A request to update the source of a flow.default MediaConnectAsyncWaiter waiter()
MediaConnectAsyncWaiter using this client.
Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
MediaConnectAsyncWaiterCopyright © 2021. All rights reserved.