@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSMediaConnectAsync extends AWSMediaConnect
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSMediaConnectAsync
instead.
API for AWS Elemental MediaConnect
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
Future<AddBridgeOutputsResult> addBridgeOutputsAsync(AddBridgeOutputsRequest addBridgeOutputsRequest)
addBridgeOutputsRequest
- A request to add outputs to the specified bridge.Future<AddBridgeOutputsResult> addBridgeOutputsAsync(AddBridgeOutputsRequest addBridgeOutputsRequest, AsyncHandler<AddBridgeOutputsRequest,AddBridgeOutputsResult> asyncHandler)
addBridgeOutputsRequest
- 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.Future<AddBridgeSourcesResult> addBridgeSourcesAsync(AddBridgeSourcesRequest addBridgeSourcesRequest)
addBridgeSourcesRequest
- A request to add sources to the specified bridge.Future<AddBridgeSourcesResult> addBridgeSourcesAsync(AddBridgeSourcesRequest addBridgeSourcesRequest, AsyncHandler<AddBridgeSourcesRequest,AddBridgeSourcesResult> asyncHandler)
addBridgeSourcesRequest
- 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.Future<AddFlowMediaStreamsResult> addFlowMediaStreamsAsync(AddFlowMediaStreamsRequest addFlowMediaStreamsRequest)
addFlowMediaStreamsRequest
- A request to add media streams to the flow.Future<AddFlowMediaStreamsResult> addFlowMediaStreamsAsync(AddFlowMediaStreamsRequest addFlowMediaStreamsRequest, AsyncHandler<AddFlowMediaStreamsRequest,AddFlowMediaStreamsResult> asyncHandler)
addFlowMediaStreamsRequest
- 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.Future<AddFlowOutputsResult> addFlowOutputsAsync(AddFlowOutputsRequest addFlowOutputsRequest)
addFlowOutputsRequest
- A request to add outputs to the specified flow.Future<AddFlowOutputsResult> addFlowOutputsAsync(AddFlowOutputsRequest addFlowOutputsRequest, AsyncHandler<AddFlowOutputsRequest,AddFlowOutputsResult> asyncHandler)
addFlowOutputsRequest
- 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.Future<AddFlowSourcesResult> addFlowSourcesAsync(AddFlowSourcesRequest addFlowSourcesRequest)
addFlowSourcesRequest
- A request to add sources to the flow.Future<AddFlowSourcesResult> addFlowSourcesAsync(AddFlowSourcesRequest addFlowSourcesRequest, AsyncHandler<AddFlowSourcesRequest,AddFlowSourcesResult> asyncHandler)
addFlowSourcesRequest
- 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.Future<AddFlowVpcInterfacesResult> addFlowVpcInterfacesAsync(AddFlowVpcInterfacesRequest addFlowVpcInterfacesRequest)
addFlowVpcInterfacesRequest
- A request to add VPC interfaces to the flow.Future<AddFlowVpcInterfacesResult> addFlowVpcInterfacesAsync(AddFlowVpcInterfacesRequest addFlowVpcInterfacesRequest, AsyncHandler<AddFlowVpcInterfacesRequest,AddFlowVpcInterfacesResult> asyncHandler)
addFlowVpcInterfacesRequest
- 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.Future<CreateBridgeResult> createBridgeAsync(CreateBridgeRequest createBridgeRequest)
createBridgeRequest
- Creates a new bridge. The request must include one source.Future<CreateBridgeResult> createBridgeAsync(CreateBridgeRequest createBridgeRequest, AsyncHandler<CreateBridgeRequest,CreateBridgeResult> asyncHandler)
createBridgeRequest
- 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.Future<CreateFlowResult> createFlowAsync(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).Future<CreateFlowResult> createFlowAsync(CreateFlowRequest createFlowRequest, AsyncHandler<CreateFlowRequest,CreateFlowResult> asyncHandler)
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).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.Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest createGatewayRequest)
createGatewayRequest
- Creates a new gateway. The request must include at least one network (up to 4).Future<CreateGatewayResult> createGatewayAsync(CreateGatewayRequest createGatewayRequest, AsyncHandler<CreateGatewayRequest,CreateGatewayResult> asyncHandler)
createGatewayRequest
- 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.Future<DeleteBridgeResult> deleteBridgeAsync(DeleteBridgeRequest deleteBridgeRequest)
deleteBridgeRequest
- Future<DeleteBridgeResult> deleteBridgeAsync(DeleteBridgeRequest deleteBridgeRequest, AsyncHandler<DeleteBridgeRequest,DeleteBridgeResult> asyncHandler)
deleteBridgeRequest
- 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.Future<DeleteFlowResult> deleteFlowAsync(DeleteFlowRequest deleteFlowRequest)
deleteFlowRequest
- Future<DeleteFlowResult> deleteFlowAsync(DeleteFlowRequest deleteFlowRequest, AsyncHandler<DeleteFlowRequest,DeleteFlowResult> asyncHandler)
deleteFlowRequest
- 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.Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest)
deleteGatewayRequest
- Future<DeleteGatewayResult> deleteGatewayAsync(DeleteGatewayRequest deleteGatewayRequest, AsyncHandler<DeleteGatewayRequest,DeleteGatewayResult> asyncHandler)
deleteGatewayRequest
- 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.Future<DeregisterGatewayInstanceResult> deregisterGatewayInstanceAsync(DeregisterGatewayInstanceRequest deregisterGatewayInstanceRequest)
deregisterGatewayInstanceRequest
- Future<DeregisterGatewayInstanceResult> deregisterGatewayInstanceAsync(DeregisterGatewayInstanceRequest deregisterGatewayInstanceRequest, AsyncHandler<DeregisterGatewayInstanceRequest,DeregisterGatewayInstanceResult> asyncHandler)
deregisterGatewayInstanceRequest
- 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.Future<DescribeBridgeResult> describeBridgeAsync(DescribeBridgeRequest describeBridgeRequest)
describeBridgeRequest
- Future<DescribeBridgeResult> describeBridgeAsync(DescribeBridgeRequest describeBridgeRequest, AsyncHandler<DescribeBridgeRequest,DescribeBridgeResult> asyncHandler)
describeBridgeRequest
- 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.Future<DescribeFlowResult> describeFlowAsync(DescribeFlowRequest describeFlowRequest)
describeFlowRequest
- Future<DescribeFlowResult> describeFlowAsync(DescribeFlowRequest describeFlowRequest, AsyncHandler<DescribeFlowRequest,DescribeFlowResult> asyncHandler)
describeFlowRequest
- 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.Future<DescribeFlowSourceMetadataResult> describeFlowSourceMetadataAsync(DescribeFlowSourceMetadataRequest describeFlowSourceMetadataRequest)
describeFlowSourceMetadataRequest
- Future<DescribeFlowSourceMetadataResult> describeFlowSourceMetadataAsync(DescribeFlowSourceMetadataRequest describeFlowSourceMetadataRequest, AsyncHandler<DescribeFlowSourceMetadataRequest,DescribeFlowSourceMetadataResult> asyncHandler)
describeFlowSourceMetadataRequest
- 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.Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest)
describeGatewayRequest
- Future<DescribeGatewayResult> describeGatewayAsync(DescribeGatewayRequest describeGatewayRequest, AsyncHandler<DescribeGatewayRequest,DescribeGatewayResult> asyncHandler)
describeGatewayRequest
- 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.Future<DescribeGatewayInstanceResult> describeGatewayInstanceAsync(DescribeGatewayInstanceRequest describeGatewayInstanceRequest)
describeGatewayInstanceRequest
- Future<DescribeGatewayInstanceResult> describeGatewayInstanceAsync(DescribeGatewayInstanceRequest describeGatewayInstanceRequest, AsyncHandler<DescribeGatewayInstanceRequest,DescribeGatewayInstanceResult> asyncHandler)
describeGatewayInstanceRequest
- 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.Future<DescribeOfferingResult> describeOfferingAsync(DescribeOfferingRequest describeOfferingRequest)
describeOfferingRequest
- Future<DescribeOfferingResult> describeOfferingAsync(DescribeOfferingRequest describeOfferingRequest, AsyncHandler<DescribeOfferingRequest,DescribeOfferingResult> asyncHandler)
describeOfferingRequest
- 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.Future<DescribeReservationResult> describeReservationAsync(DescribeReservationRequest describeReservationRequest)
describeReservationRequest
- Future<DescribeReservationResult> describeReservationAsync(DescribeReservationRequest describeReservationRequest, AsyncHandler<DescribeReservationRequest,DescribeReservationResult> asyncHandler)
describeReservationRequest
- 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.Future<GrantFlowEntitlementsResult> grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest)
grantFlowEntitlementsRequest
- A request to grant entitlements on a flow.Future<GrantFlowEntitlementsResult> grantFlowEntitlementsAsync(GrantFlowEntitlementsRequest grantFlowEntitlementsRequest, AsyncHandler<GrantFlowEntitlementsRequest,GrantFlowEntitlementsResult> asyncHandler)
grantFlowEntitlementsRequest
- 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.Future<ListBridgesResult> listBridgesAsync(ListBridgesRequest listBridgesRequest)
listBridgesRequest
- Future<ListBridgesResult> listBridgesAsync(ListBridgesRequest listBridgesRequest, AsyncHandler<ListBridgesRequest,ListBridgesResult> asyncHandler)
listBridgesRequest
- 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.Future<ListEntitlementsResult> listEntitlementsAsync(ListEntitlementsRequest listEntitlementsRequest)
listEntitlementsRequest
- Future<ListEntitlementsResult> listEntitlementsAsync(ListEntitlementsRequest listEntitlementsRequest, AsyncHandler<ListEntitlementsRequest,ListEntitlementsResult> asyncHandler)
listEntitlementsRequest
- 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.Future<ListFlowsResult> listFlowsAsync(ListFlowsRequest listFlowsRequest)
listFlowsRequest
- Future<ListFlowsResult> listFlowsAsync(ListFlowsRequest listFlowsRequest, AsyncHandler<ListFlowsRequest,ListFlowsResult> asyncHandler)
listFlowsRequest
- 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.Future<ListGatewayInstancesResult> listGatewayInstancesAsync(ListGatewayInstancesRequest listGatewayInstancesRequest)
listGatewayInstancesRequest
- Future<ListGatewayInstancesResult> listGatewayInstancesAsync(ListGatewayInstancesRequest listGatewayInstancesRequest, AsyncHandler<ListGatewayInstancesRequest,ListGatewayInstancesResult> asyncHandler)
listGatewayInstancesRequest
- 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.Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest listGatewaysRequest)
listGatewaysRequest
- Future<ListGatewaysResult> listGatewaysAsync(ListGatewaysRequest listGatewaysRequest, AsyncHandler<ListGatewaysRequest,ListGatewaysResult> asyncHandler)
listGatewaysRequest
- 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.Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest listOfferingsRequest)
listOfferingsRequest
- Future<ListOfferingsResult> listOfferingsAsync(ListOfferingsRequest listOfferingsRequest, AsyncHandler<ListOfferingsRequest,ListOfferingsResult> asyncHandler)
listOfferingsRequest
- 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.Future<ListReservationsResult> listReservationsAsync(ListReservationsRequest listReservationsRequest)
listReservationsRequest
- Future<ListReservationsResult> listReservationsAsync(ListReservationsRequest listReservationsRequest, AsyncHandler<ListReservationsRequest,ListReservationsResult> asyncHandler)
listReservationsRequest
- 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.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
listTagsForResourceRequest
- 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.Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest purchaseOfferingRequest)
purchaseOfferingRequest
- A request to purchase a offering.Future<PurchaseOfferingResult> purchaseOfferingAsync(PurchaseOfferingRequest purchaseOfferingRequest, AsyncHandler<PurchaseOfferingRequest,PurchaseOfferingResult> asyncHandler)
purchaseOfferingRequest
- 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.Future<RemoveBridgeOutputResult> removeBridgeOutputAsync(RemoveBridgeOutputRequest removeBridgeOutputRequest)
removeBridgeOutputRequest
- Future<RemoveBridgeOutputResult> removeBridgeOutputAsync(RemoveBridgeOutputRequest removeBridgeOutputRequest, AsyncHandler<RemoveBridgeOutputRequest,RemoveBridgeOutputResult> asyncHandler)
removeBridgeOutputRequest
- 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.Future<RemoveBridgeSourceResult> removeBridgeSourceAsync(RemoveBridgeSourceRequest removeBridgeSourceRequest)
removeBridgeSourceRequest
- Future<RemoveBridgeSourceResult> removeBridgeSourceAsync(RemoveBridgeSourceRequest removeBridgeSourceRequest, AsyncHandler<RemoveBridgeSourceRequest,RemoveBridgeSourceResult> asyncHandler)
removeBridgeSourceRequest
- 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.Future<RemoveFlowMediaStreamResult> removeFlowMediaStreamAsync(RemoveFlowMediaStreamRequest removeFlowMediaStreamRequest)
removeFlowMediaStreamRequest
- Future<RemoveFlowMediaStreamResult> removeFlowMediaStreamAsync(RemoveFlowMediaStreamRequest removeFlowMediaStreamRequest, AsyncHandler<RemoveFlowMediaStreamRequest,RemoveFlowMediaStreamResult> asyncHandler)
removeFlowMediaStreamRequest
- 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.Future<RemoveFlowOutputResult> removeFlowOutputAsync(RemoveFlowOutputRequest removeFlowOutputRequest)
removeFlowOutputRequest
- Future<RemoveFlowOutputResult> removeFlowOutputAsync(RemoveFlowOutputRequest removeFlowOutputRequest, AsyncHandler<RemoveFlowOutputRequest,RemoveFlowOutputResult> asyncHandler)
removeFlowOutputRequest
- 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.Future<RemoveFlowSourceResult> removeFlowSourceAsync(RemoveFlowSourceRequest removeFlowSourceRequest)
removeFlowSourceRequest
- Future<RemoveFlowSourceResult> removeFlowSourceAsync(RemoveFlowSourceRequest removeFlowSourceRequest, AsyncHandler<RemoveFlowSourceRequest,RemoveFlowSourceResult> asyncHandler)
removeFlowSourceRequest
- 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.Future<RemoveFlowVpcInterfaceResult> removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest)
removeFlowVpcInterfaceRequest
- Future<RemoveFlowVpcInterfaceResult> removeFlowVpcInterfaceAsync(RemoveFlowVpcInterfaceRequest removeFlowVpcInterfaceRequest, AsyncHandler<RemoveFlowVpcInterfaceRequest,RemoveFlowVpcInterfaceResult> asyncHandler)
removeFlowVpcInterfaceRequest
- 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.Future<RevokeFlowEntitlementResult> revokeFlowEntitlementAsync(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest)
revokeFlowEntitlementRequest
- Future<RevokeFlowEntitlementResult> revokeFlowEntitlementAsync(RevokeFlowEntitlementRequest revokeFlowEntitlementRequest, AsyncHandler<RevokeFlowEntitlementRequest,RevokeFlowEntitlementResult> asyncHandler)
revokeFlowEntitlementRequest
- 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.Future<StartFlowResult> startFlowAsync(StartFlowRequest startFlowRequest)
startFlowRequest
- Future<StartFlowResult> startFlowAsync(StartFlowRequest startFlowRequest, AsyncHandler<StartFlowRequest,StartFlowResult> asyncHandler)
startFlowRequest
- 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.Future<StopFlowResult> stopFlowAsync(StopFlowRequest stopFlowRequest)
stopFlowRequest
- Future<StopFlowResult> stopFlowAsync(StopFlowRequest stopFlowRequest, AsyncHandler<StopFlowRequest,StopFlowResult> asyncHandler)
stopFlowRequest
- 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.Future<TagResourceResult> tagResourceAsync(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.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
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.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.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
untagResourceRequest
- 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.Future<UpdateBridgeResult> updateBridgeAsync(UpdateBridgeRequest updateBridgeRequest)
updateBridgeRequest
- A request to update the bridge.Future<UpdateBridgeResult> updateBridgeAsync(UpdateBridgeRequest updateBridgeRequest, AsyncHandler<UpdateBridgeRequest,UpdateBridgeResult> asyncHandler)
updateBridgeRequest
- 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.Future<UpdateBridgeOutputResult> updateBridgeOutputAsync(UpdateBridgeOutputRequest updateBridgeOutputRequest)
updateBridgeOutputRequest
- The fields that you want to update in the bridge output.Future<UpdateBridgeOutputResult> updateBridgeOutputAsync(UpdateBridgeOutputRequest updateBridgeOutputRequest, AsyncHandler<UpdateBridgeOutputRequest,UpdateBridgeOutputResult> asyncHandler)
updateBridgeOutputRequest
- 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.Future<UpdateBridgeSourceResult> updateBridgeSourceAsync(UpdateBridgeSourceRequest updateBridgeSourceRequest)
updateBridgeSourceRequest
- The fields that you want to update in the bridge source.Future<UpdateBridgeSourceResult> updateBridgeSourceAsync(UpdateBridgeSourceRequest updateBridgeSourceRequest, AsyncHandler<UpdateBridgeSourceRequest,UpdateBridgeSourceResult> asyncHandler)
updateBridgeSourceRequest
- 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.Future<UpdateBridgeStateResult> updateBridgeStateAsync(UpdateBridgeStateRequest updateBridgeStateRequest)
updateBridgeStateRequest
- A request to update the bridge state.Future<UpdateBridgeStateResult> updateBridgeStateAsync(UpdateBridgeStateRequest updateBridgeStateRequest, AsyncHandler<UpdateBridgeStateRequest,UpdateBridgeStateResult> asyncHandler)
updateBridgeStateRequest
- 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.Future<UpdateFlowResult> updateFlowAsync(UpdateFlowRequest updateFlowRequest)
updateFlowRequest
- A request to update flow.Future<UpdateFlowResult> updateFlowAsync(UpdateFlowRequest updateFlowRequest, AsyncHandler<UpdateFlowRequest,UpdateFlowResult> asyncHandler)
updateFlowRequest
- 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.Future<UpdateFlowEntitlementResult> updateFlowEntitlementAsync(UpdateFlowEntitlementRequest updateFlowEntitlementRequest)
updateFlowEntitlementRequest
- The entitlement fields that you want to update.Future<UpdateFlowEntitlementResult> updateFlowEntitlementAsync(UpdateFlowEntitlementRequest updateFlowEntitlementRequest, AsyncHandler<UpdateFlowEntitlementRequest,UpdateFlowEntitlementResult> asyncHandler)
updateFlowEntitlementRequest
- 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.Future<UpdateFlowMediaStreamResult> updateFlowMediaStreamAsync(UpdateFlowMediaStreamRequest updateFlowMediaStreamRequest)
updateFlowMediaStreamRequest
- The fields that you want to update in the media stream.Future<UpdateFlowMediaStreamResult> updateFlowMediaStreamAsync(UpdateFlowMediaStreamRequest updateFlowMediaStreamRequest, AsyncHandler<UpdateFlowMediaStreamRequest,UpdateFlowMediaStreamResult> asyncHandler)
updateFlowMediaStreamRequest
- 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.Future<UpdateFlowOutputResult> updateFlowOutputAsync(UpdateFlowOutputRequest updateFlowOutputRequest)
updateFlowOutputRequest
- The fields that you want to update in the output.Future<UpdateFlowOutputResult> updateFlowOutputAsync(UpdateFlowOutputRequest updateFlowOutputRequest, AsyncHandler<UpdateFlowOutputRequest,UpdateFlowOutputResult> asyncHandler)
updateFlowOutputRequest
- 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.Future<UpdateFlowSourceResult> updateFlowSourceAsync(UpdateFlowSourceRequest updateFlowSourceRequest)
updateFlowSourceRequest
- A request to update the source of a flow.Future<UpdateFlowSourceResult> updateFlowSourceAsync(UpdateFlowSourceRequest updateFlowSourceRequest, AsyncHandler<UpdateFlowSourceRequest,UpdateFlowSourceResult> asyncHandler)
updateFlowSourceRequest
- 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.Future<UpdateGatewayInstanceResult> updateGatewayInstanceAsync(UpdateGatewayInstanceRequest updateGatewayInstanceRequest)
updateGatewayInstanceRequest
- A request to update gateway instance state.Future<UpdateGatewayInstanceResult> updateGatewayInstanceAsync(UpdateGatewayInstanceRequest updateGatewayInstanceRequest, AsyncHandler<UpdateGatewayInstanceRequest,UpdateGatewayInstanceResult> asyncHandler)
updateGatewayInstanceRequest
- 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.