@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSMediaConnectAsync extends AbstractAWSMediaConnect implements AWSMediaConnectAsync
AWSMediaConnectAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
addBridgeOutputs, addBridgeSources, addFlowMediaStreams, addFlowOutputs, addFlowSources, addFlowVpcInterfaces, createBridge, createFlow, createGateway, deleteBridge, deleteFlow, deleteGateway, deregisterGatewayInstance, describeBridge, describeFlow, describeFlowSourceMetadata, describeGateway, describeGatewayInstance, describeOffering, describeReservation, getCachedResponseMetadata, grantFlowEntitlements, listBridges, listEntitlements, listFlows, listGatewayInstances, listGateways, listOfferings, listReservations, listTagsForResource, purchaseOffering, removeBridgeOutput, removeBridgeSource, removeFlowMediaStream, removeFlowOutput, removeFlowSource, removeFlowVpcInterface, revokeFlowEntitlement, shutdown, startFlow, stopFlow, tagResource, untagResource, updateBridge, updateBridgeOutput, updateBridgeSource, updateBridgeState, updateFlow, updateFlowEntitlement, updateFlowMediaStream, updateFlowOutput, updateFlowSource, updateGatewayInstance, waiters
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBridgeOutputs, addBridgeSources, addFlowMediaStreams, addFlowOutputs, addFlowSources, addFlowVpcInterfaces, createBridge, createFlow, createGateway, deleteBridge, deleteFlow, deleteGateway, deregisterGatewayInstance, describeBridge, describeFlow, describeFlowSourceMetadata, describeGateway, describeGatewayInstance, describeOffering, describeReservation, getCachedResponseMetadata, grantFlowEntitlements, listBridges, listEntitlements, listFlows, listGatewayInstances, listGateways, listOfferings, listReservations, listTagsForResource, purchaseOffering, removeBridgeOutput, removeBridgeSource, removeFlowMediaStream, removeFlowOutput, removeFlowSource, removeFlowVpcInterface, revokeFlowEntitlement, shutdown, startFlow, stopFlow, tagResource, untagResource, updateBridge, updateBridgeOutput, updateBridgeSource, updateBridgeState, updateFlow, updateFlowEntitlement, updateFlowMediaStream, updateFlowOutput, updateFlowSource, updateGatewayInstance, waiters
public Future<AddBridgeOutputsResult> addBridgeOutputsAsync(AddBridgeOutputsRequest request)
AWSMediaConnectAsync
addBridgeOutputsAsync
in interface AWSMediaConnectAsync
request
- A request to add outputs to the specified bridge.public Future<AddBridgeOutputsResult> addBridgeOutputsAsync(AddBridgeOutputsRequest request, AsyncHandler<AddBridgeOutputsRequest,AddBridgeOutputsResult> asyncHandler)
AWSMediaConnectAsync
addBridgeOutputsAsync
in interface AWSMediaConnectAsync
request
- A request to add outputs to the specified bridge.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddBridgeSourcesResult> addBridgeSourcesAsync(AddBridgeSourcesRequest request)
AWSMediaConnectAsync
addBridgeSourcesAsync
in interface AWSMediaConnectAsync
request
- A request to add sources to the specified bridge.public Future<AddBridgeSourcesResult> addBridgeSourcesAsync(AddBridgeSourcesRequest request, AsyncHandler<AddBridgeSourcesRequest,AddBridgeSourcesResult> asyncHandler)
AWSMediaConnectAsync
addBridgeSourcesAsync
in interface AWSMediaConnectAsync
request
- A request to add sources to the specified bridge.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddFlowMediaStreamsResult> addFlowMediaStreamsAsync(AddFlowMediaStreamsRequest request)
AWSMediaConnectAsync
addFlowMediaStreamsAsync
in interface AWSMediaConnectAsync
request
- A request to add media streams to the flow.public Future<AddFlowMediaStreamsResult> addFlowMediaStreamsAsync(AddFlowMediaStreamsRequest request, AsyncHandler<AddFlowMediaStreamsRequest,AddFlowMediaStreamsResult> asyncHandler)
AWSMediaConnectAsync
addFlowMediaStreamsAsync
in interface AWSMediaConnectAsync
request
- A request to add media streams to the flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddFlowOutputsResult> addFlowOutputsAsync(AddFlowOutputsRequest request)
AWSMediaConnectAsync
addFlowOutputsAsync
in interface AWSMediaConnectAsync
request
- A request to add outputs to the specified flow.public Future<AddFlowOutputsResult> addFlowOutputsAsync(AddFlowOutputsRequest request, AsyncHandler<AddFlowOutputsRequest,AddFlowOutputsResult> asyncHandler)
AWSMediaConnectAsync
addFlowOutputsAsync
in interface AWSMediaConnectAsync
request
- A request to add outputs to the specified flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddFlowSourcesResult> addFlowSourcesAsync(AddFlowSourcesRequest request)
AWSMediaConnectAsync
addFlowSourcesAsync
in interface AWSMediaConnectAsync
request
- A request to add sources to the flow.public Future<AddFlowSourcesResult> addFlowSourcesAsync(AddFlowSourcesRequest request, AsyncHandler<AddFlowSourcesRequest,AddFlowSourcesResult> asyncHandler)
AWSMediaConnectAsync
addFlowSourcesAsync
in interface AWSMediaConnectAsync
request
- A request to add sources to the flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AddFlowVpcInterfacesResult> addFlowVpcInterfacesAsync(AddFlowVpcInterfacesRequest request)
AWSMediaConnectAsync
addFlowVpcInterfacesAsync
in interface AWSMediaConnectAsync
request
- A request to add VPC interfaces to the flow.public Future<AddFlowVpcInterfacesResult> addFlowVpcInterfacesAsync(AddFlowVpcInterfacesRequest request, AsyncHandler<AddFlowVpcInterfacesRequest,AddFlowVpcInterfacesResult> asyncHandler)
AWSMediaConnectAsync
addFlowVpcInterfacesAsync
in interface AWSMediaConnectAsync
request
- A request to add VPC interfaces to the flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateBridgeResult> createBridgeAsync(CreateBridgeRequest request)
AWSMediaConnectAsync
createBridgeAsync
in interface AWSMediaConnectAsync
request
- Creates a new bridge. The request must include one source.public Future<CreateBridgeResult> createBridgeAsync(CreateBridgeRequest request, AsyncHandler<CreateBridgeRequest,CreateBridgeResult> asyncHandler)
AWSMediaConnectAsync
createBridgeAsync
in interface AWSMediaConnectAsync
request
- Creates a new bridge. The request must include one source.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFlowResult> createFlowAsync(CreateFlowRequest request)
AWSMediaConnectAsync
createFlowAsync
in interface AWSMediaConnectAsync
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).public Future<CreateFlowResult> createFlowAsync(CreateFlowRequest request, AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
AWSMediaConnectAsync
createFlowAsync
in interface AWSMediaConnectAsync
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).asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest request)
AWSMediaConnectAsync
createGatewayAsync
in interface AWSMediaConnectAsync
request
- Creates a new gateway. The request must include at least one network (up to 4).public Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest request, AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
AWSMediaConnectAsync
createGatewayAsync
in interface AWSMediaConnectAsync
request
- Creates a new gateway. The request must include at least one network (up to 4).asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteBridgeResult> deleteBridgeAsync(DeleteBridgeRequest request)
AWSMediaConnectAsync
deleteBridgeAsync
in interface AWSMediaConnectAsync
public Future<DeleteBridgeResult> deleteBridgeAsync(DeleteBridgeRequest request, AsyncHandler<DeleteBridgeRequest,DeleteBridgeResult> asyncHandler)
AWSMediaConnectAsync
deleteBridgeAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFlowResult> deleteFlowAsync(DeleteFlowRequest request)
AWSMediaConnectAsync
deleteFlowAsync
in interface AWSMediaConnectAsync
public Future<DeleteFlowResult> deleteFlowAsync(DeleteFlowRequest request, AsyncHandler<DeleteFlowRequest,DeleteFlowResult> asyncHandler)
AWSMediaConnectAsync
deleteFlowAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest request)
AWSMediaConnectAsync
deleteGatewayAsync
in interface AWSMediaConnectAsync
public Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest request, AsyncHandler<DeleteGatewayRequest,DeleteGatewayResult> asyncHandler)
AWSMediaConnectAsync
deleteGatewayAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeregisterGatewayInstanceResult> deregisterGatewayInstanceAsync(DeregisterGatewayInstanceRequest request)
AWSMediaConnectAsync
deregisterGatewayInstanceAsync
in interface AWSMediaConnectAsync
public Future<DeregisterGatewayInstanceResult> deregisterGatewayInstanceAsync(DeregisterGatewayInstanceRequest request, AsyncHandler<DeregisterGatewayInstanceRequest,DeregisterGatewayInstanceResult> asyncHandler)
AWSMediaConnectAsync
deregisterGatewayInstanceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeBridgeResult> describeBridgeAsync(DescribeBridgeRequest request)
AWSMediaConnectAsync
describeBridgeAsync
in interface AWSMediaConnectAsync
public Future<DescribeBridgeResult> describeBridgeAsync(DescribeBridgeRequest request, AsyncHandler<DescribeBridgeRequest,DescribeBridgeResult> asyncHandler)
AWSMediaConnectAsync
describeBridgeAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFlowResult> describeFlowAsync(DescribeFlowRequest request)
AWSMediaConnectAsync
describeFlowAsync
in interface AWSMediaConnectAsync
public Future<DescribeFlowResult> describeFlowAsync(DescribeFlowRequest request, AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler)
AWSMediaConnectAsync
describeFlowAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFlowSourceMetadataResult> describeFlowSourceMetadataAsync(DescribeFlowSourceMetadataRequest request)
AWSMediaConnectAsync
describeFlowSourceMetadataAsync
in interface AWSMediaConnectAsync
public Future<DescribeFlowSourceMetadataResult> describeFlowSourceMetadataAsync(DescribeFlowSourceMetadataRequest request, AsyncHandler<DescribeFlowSourceMetadataRequest,DescribeFlowSourceMetadataResult> asyncHandler)
AWSMediaConnectAsync
describeFlowSourceMetadataAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest request)
AWSMediaConnectAsync
describeGatewayAsync
in interface AWSMediaConnectAsync
public Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest request, AsyncHandler<DescribeGatewayRequest,DescribeGatewayResult> asyncHandler)
AWSMediaConnectAsync
describeGatewayAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeGatewayInstanceResult> describeGatewayInstanceAsync(DescribeGatewayInstanceRequest request)
AWSMediaConnectAsync
describeGatewayInstanceAsync
in interface AWSMediaConnectAsync
public Future<DescribeGatewayInstanceResult> describeGatewayInstanceAsync(DescribeGatewayInstanceRequest request, AsyncHandler<DescribeGatewayInstanceRequest,DescribeGatewayInstanceResult> asyncHandler)
AWSMediaConnectAsync
describeGatewayInstanceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeOfferingResult> describeOfferingAsync(DescribeOfferingRequest request)
AWSMediaConnectAsync
describeOfferingAsync
in interface AWSMediaConnectAsync
public Future<DescribeOfferingResult> describeOfferingAsync(DescribeOfferingRequest request, AsyncHandler<DescribeOfferingRequest,DescribeOfferingResult> asyncHandler)
AWSMediaConnectAsync
describeOfferingAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeReservationResult> describeReservationAsync(DescribeReservationRequest request)
AWSMediaConnectAsync
describeReservationAsync
in interface AWSMediaConnectAsync
public Future<DescribeReservationResult> describeReservationAsync(DescribeReservationRequest request, AsyncHandler<DescribeReservationRequest,DescribeReservationResult> asyncHandler)
AWSMediaConnectAsync
describeReservationAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GrantFlowEntitlementsResult> grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest request)
AWSMediaConnectAsync
grantFlowEntitlementsAsync
in interface AWSMediaConnectAsync
request
- A request to grant entitlements on a flow.public Future<GrantFlowEntitlementsResult> grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest request, AsyncHandler<GrantFlowEntitlementsRequest,GrantFlowEntitlementsResult> asyncHandler)
AWSMediaConnectAsync
grantFlowEntitlementsAsync
in interface AWSMediaConnectAsync
request
- A request to grant entitlements on a flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBridgesResult> listBridgesAsync(ListBridgesRequest request)
AWSMediaConnectAsync
listBridgesAsync
in interface AWSMediaConnectAsync
public Future<ListBridgesResult> listBridgesAsync(ListBridgesRequest request, AsyncHandler<ListBridgesRequest,ListBridgesResult> asyncHandler)
AWSMediaConnectAsync
listBridgesAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEntitlementsResult> listEntitlementsAsync(ListEntitlementsRequest request)
AWSMediaConnectAsync
listEntitlementsAsync
in interface AWSMediaConnectAsync
public Future<ListEntitlementsResult> listEntitlementsAsync(ListEntitlementsRequest request, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResult> asyncHandler)
AWSMediaConnectAsync
listEntitlementsAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFlowsResult> listFlowsAsync(ListFlowsRequest request)
AWSMediaConnectAsync
listFlowsAsync
in interface AWSMediaConnectAsync
public Future<ListFlowsResult> listFlowsAsync(ListFlowsRequest request, AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler)
AWSMediaConnectAsync
listFlowsAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListGatewayInstancesResult> listGatewayInstancesAsync(ListGatewayInstancesRequest request)
AWSMediaConnectAsync
listGatewayInstancesAsync
in interface AWSMediaConnectAsync
public Future<ListGatewayInstancesResult> listGatewayInstancesAsync(ListGatewayInstancesRequest request, AsyncHandler<ListGatewayInstancesRequest,ListGatewayInstancesResult> asyncHandler)
AWSMediaConnectAsync
listGatewayInstancesAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest request)
AWSMediaConnectAsync
listGatewaysAsync
in interface AWSMediaConnectAsync
public Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest request, AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
AWSMediaConnectAsync
listGatewaysAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest request)
AWSMediaConnectAsync
listOfferingsAsync
in interface AWSMediaConnectAsync
public Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest request, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)
AWSMediaConnectAsync
listOfferingsAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReservationsResult> listReservationsAsync(ListReservationsRequest request)
AWSMediaConnectAsync
listReservationsAsync
in interface AWSMediaConnectAsync
public Future<ListReservationsResult> listReservationsAsync(ListReservationsRequest request, AsyncHandler<ListReservationsRequest,ListReservationsResult> asyncHandler)
AWSMediaConnectAsync
listReservationsAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSMediaConnectAsync
listTagsForResourceAsync
in interface AWSMediaConnectAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSMediaConnectAsync
listTagsForResourceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest request)
AWSMediaConnectAsync
purchaseOfferingAsync
in interface AWSMediaConnectAsync
request
- A request to purchase a offering.public Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest request, AsyncHandler<PurchaseOfferingRequest,PurchaseOfferingResult> asyncHandler)
AWSMediaConnectAsync
purchaseOfferingAsync
in interface AWSMediaConnectAsync
request
- A request to purchase a offering.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveBridgeOutputResult> removeBridgeOutputAsync(RemoveBridgeOutputRequest request)
AWSMediaConnectAsync
removeBridgeOutputAsync
in interface AWSMediaConnectAsync
public Future<RemoveBridgeOutputResult> removeBridgeOutputAsync(RemoveBridgeOutputRequest request, AsyncHandler<RemoveBridgeOutputRequest,RemoveBridgeOutputResult> asyncHandler)
AWSMediaConnectAsync
removeBridgeOutputAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveBridgeSourceResult> removeBridgeSourceAsync(RemoveBridgeSourceRequest request)
AWSMediaConnectAsync
removeBridgeSourceAsync
in interface AWSMediaConnectAsync
public Future<RemoveBridgeSourceResult> removeBridgeSourceAsync(RemoveBridgeSourceRequest request, AsyncHandler<RemoveBridgeSourceRequest,RemoveBridgeSourceResult> asyncHandler)
AWSMediaConnectAsync
removeBridgeSourceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveFlowMediaStreamResult> removeFlowMediaStreamAsync(RemoveFlowMediaStreamRequest request)
AWSMediaConnectAsync
removeFlowMediaStreamAsync
in interface AWSMediaConnectAsync
public Future<RemoveFlowMediaStreamResult> removeFlowMediaStreamAsync(RemoveFlowMediaStreamRequest request, AsyncHandler<RemoveFlowMediaStreamRequest,RemoveFlowMediaStreamResult> asyncHandler)
AWSMediaConnectAsync
removeFlowMediaStreamAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveFlowOutputResult> removeFlowOutputAsync(RemoveFlowOutputRequest request)
AWSMediaConnectAsync
removeFlowOutputAsync
in interface AWSMediaConnectAsync
public Future<RemoveFlowOutputResult> removeFlowOutputAsync(RemoveFlowOutputRequest request, AsyncHandler<RemoveFlowOutputRequest,RemoveFlowOutputResult> asyncHandler)
AWSMediaConnectAsync
removeFlowOutputAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveFlowSourceResult> removeFlowSourceAsync(RemoveFlowSourceRequest request)
AWSMediaConnectAsync
removeFlowSourceAsync
in interface AWSMediaConnectAsync
public Future<RemoveFlowSourceResult> removeFlowSourceAsync(RemoveFlowSourceRequest request, AsyncHandler<RemoveFlowSourceRequest,RemoveFlowSourceResult> asyncHandler)
AWSMediaConnectAsync
removeFlowSourceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RemoveFlowVpcInterfaceResult> removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest request)
AWSMediaConnectAsync
removeFlowVpcInterfaceAsync
in interface AWSMediaConnectAsync
public Future<RemoveFlowVpcInterfaceResult> removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest request, AsyncHandler<RemoveFlowVpcInterfaceRequest,RemoveFlowVpcInterfaceResult> asyncHandler)
AWSMediaConnectAsync
removeFlowVpcInterfaceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RevokeFlowEntitlementResult> revokeFlowEntitlementAsync(RevokeFlowEntitlementRequest request)
AWSMediaConnectAsync
revokeFlowEntitlementAsync
in interface AWSMediaConnectAsync
public Future<RevokeFlowEntitlementResult> revokeFlowEntitlementAsync(RevokeFlowEntitlementRequest request, AsyncHandler<RevokeFlowEntitlementRequest,RevokeFlowEntitlementResult> asyncHandler)
AWSMediaConnectAsync
revokeFlowEntitlementAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartFlowResult> startFlowAsync(StartFlowRequest request)
AWSMediaConnectAsync
startFlowAsync
in interface AWSMediaConnectAsync
public Future<StartFlowResult> startFlowAsync(StartFlowRequest request, AsyncHandler<StartFlowRequest,StartFlowResult> asyncHandler)
AWSMediaConnectAsync
startFlowAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopFlowResult> stopFlowAsync(StopFlowRequest request)
AWSMediaConnectAsync
stopFlowAsync
in interface AWSMediaConnectAsync
public Future<StopFlowResult> stopFlowAsync(StopFlowRequest request, AsyncHandler<StopFlowRequest,StopFlowResult> asyncHandler)
AWSMediaConnectAsync
stopFlowAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSMediaConnectAsync
tagResourceAsync
in interface AWSMediaConnectAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSMediaConnectAsync
tagResourceAsync
in interface AWSMediaConnectAsync
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.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSMediaConnectAsync
untagResourceAsync
in interface AWSMediaConnectAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSMediaConnectAsync
untagResourceAsync
in interface AWSMediaConnectAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBridgeResult> updateBridgeAsync(UpdateBridgeRequest request)
AWSMediaConnectAsync
updateBridgeAsync
in interface AWSMediaConnectAsync
request
- A request to update the bridge.public Future<UpdateBridgeResult> updateBridgeAsync(UpdateBridgeRequest request, AsyncHandler<UpdateBridgeRequest,UpdateBridgeResult> asyncHandler)
AWSMediaConnectAsync
updateBridgeAsync
in interface AWSMediaConnectAsync
request
- A request to update the bridge.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBridgeOutputResult> updateBridgeOutputAsync(UpdateBridgeOutputRequest request)
AWSMediaConnectAsync
updateBridgeOutputAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the bridge output.public Future<UpdateBridgeOutputResult> updateBridgeOutputAsync(UpdateBridgeOutputRequest request, AsyncHandler<UpdateBridgeOutputRequest,UpdateBridgeOutputResult> asyncHandler)
AWSMediaConnectAsync
updateBridgeOutputAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the bridge output.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBridgeSourceResult> updateBridgeSourceAsync(UpdateBridgeSourceRequest request)
AWSMediaConnectAsync
updateBridgeSourceAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the bridge source.public Future<UpdateBridgeSourceResult> updateBridgeSourceAsync(UpdateBridgeSourceRequest request, AsyncHandler<UpdateBridgeSourceRequest,UpdateBridgeSourceResult> asyncHandler)
AWSMediaConnectAsync
updateBridgeSourceAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the bridge source.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateBridgeStateResult> updateBridgeStateAsync(UpdateBridgeStateRequest request)
AWSMediaConnectAsync
updateBridgeStateAsync
in interface AWSMediaConnectAsync
request
- A request to update the bridge state.public Future<UpdateBridgeStateResult> updateBridgeStateAsync(UpdateBridgeStateRequest request, AsyncHandler<UpdateBridgeStateRequest,UpdateBridgeStateResult> asyncHandler)
AWSMediaConnectAsync
updateBridgeStateAsync
in interface AWSMediaConnectAsync
request
- A request to update the bridge state.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFlowResult> updateFlowAsync(UpdateFlowRequest request)
AWSMediaConnectAsync
updateFlowAsync
in interface AWSMediaConnectAsync
request
- A request to update flow.public Future<UpdateFlowResult> updateFlowAsync(UpdateFlowRequest request, AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler)
AWSMediaConnectAsync
updateFlowAsync
in interface AWSMediaConnectAsync
request
- A request to update flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFlowEntitlementResult> updateFlowEntitlementAsync(UpdateFlowEntitlementRequest request)
AWSMediaConnectAsync
updateFlowEntitlementAsync
in interface AWSMediaConnectAsync
request
- The entitlement fields that you want to update.public Future<UpdateFlowEntitlementResult> updateFlowEntitlementAsync(UpdateFlowEntitlementRequest request, AsyncHandler<UpdateFlowEntitlementRequest,UpdateFlowEntitlementResult> asyncHandler)
AWSMediaConnectAsync
updateFlowEntitlementAsync
in interface AWSMediaConnectAsync
request
- The entitlement fields that you want to update.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFlowMediaStreamResult> updateFlowMediaStreamAsync(UpdateFlowMediaStreamRequest request)
AWSMediaConnectAsync
updateFlowMediaStreamAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the media stream.public Future<UpdateFlowMediaStreamResult> updateFlowMediaStreamAsync(UpdateFlowMediaStreamRequest request, AsyncHandler<UpdateFlowMediaStreamRequest,UpdateFlowMediaStreamResult> asyncHandler)
AWSMediaConnectAsync
updateFlowMediaStreamAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the media stream.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFlowOutputResult> updateFlowOutputAsync(UpdateFlowOutputRequest request)
AWSMediaConnectAsync
updateFlowOutputAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the output.public Future<UpdateFlowOutputResult> updateFlowOutputAsync(UpdateFlowOutputRequest request, AsyncHandler<UpdateFlowOutputRequest,UpdateFlowOutputResult> asyncHandler)
AWSMediaConnectAsync
updateFlowOutputAsync
in interface AWSMediaConnectAsync
request
- The fields that you want to update in the output.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateFlowSourceResult> updateFlowSourceAsync(UpdateFlowSourceRequest request)
AWSMediaConnectAsync
updateFlowSourceAsync
in interface AWSMediaConnectAsync
request
- A request to update the source of a flow.public Future<UpdateFlowSourceResult> updateFlowSourceAsync(UpdateFlowSourceRequest request, AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler)
AWSMediaConnectAsync
updateFlowSourceAsync
in interface AWSMediaConnectAsync
request
- A request to update the source of a flow.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateGatewayInstanceResult> updateGatewayInstanceAsync(UpdateGatewayInstanceRequest request)
AWSMediaConnectAsync
updateGatewayInstanceAsync
in interface AWSMediaConnectAsync
request
- A request to update gateway instance state.public Future<UpdateGatewayInstanceResult> updateGatewayInstanceAsync(UpdateGatewayInstanceRequest request, AsyncHandler<UpdateGatewayInstanceRequest,UpdateGatewayInstanceResult> asyncHandler)
AWSMediaConnectAsync
updateGatewayInstanceAsync
in interface AWSMediaConnectAsync
request
- A request to update gateway instance state.asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.