@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSNetworkManagerAsync extends AbstractAWSNetworkManager implements AWSNetworkManagerAsync
AWSNetworkManagerAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
acceptAttachment, associateConnectPeer, associateCustomerGateway, associateLink, associateTransitGatewayConnectPeer, createConnectAttachment, createConnection, createConnectPeer, createCoreNetwork, createDevice, createGlobalNetwork, createLink, createSite, createSiteToSiteVpnAttachment, createTransitGatewayPeering, createTransitGatewayRouteTableAttachment, createVpcAttachment, deleteAttachment, deleteConnection, deleteConnectPeer, deleteCoreNetwork, deleteCoreNetworkPolicyVersion, deleteDevice, deleteGlobalNetwork, deleteLink, deletePeering, deleteResourcePolicy, deleteSite, deregisterTransitGateway, describeGlobalNetworks, disassociateConnectPeer, disassociateCustomerGateway, disassociateLink, disassociateTransitGatewayConnectPeer, executeCoreNetworkChangeSet, getCachedResponseMetadata, getConnectAttachment, getConnections, getConnectPeer, getConnectPeerAssociations, getCoreNetwork, getCoreNetworkChangeEvents, getCoreNetworkChangeSet, getCoreNetworkPolicy, getCustomerGatewayAssociations, getDevices, getLinkAssociations, getLinks, getNetworkResourceCounts, getNetworkResourceRelationships, getNetworkResources, getNetworkRoutes, getNetworkTelemetry, getResourcePolicy, getRouteAnalysis, getSites, getSiteToSiteVpnAttachment, getTransitGatewayConnectPeerAssociations, getTransitGatewayPeering, getTransitGatewayRegistrations, getTransitGatewayRouteTableAttachment, getVpcAttachment, listAttachments, listConnectPeers, listCoreNetworkPolicyVersions, listCoreNetworks, listOrganizationServiceAccessStatus, listPeerings, listTagsForResource, putCoreNetworkPolicy, putResourcePolicy, registerTransitGateway, rejectAttachment, restoreCoreNetworkPolicyVersion, shutdown, startOrganizationServiceAccessUpdate, startRouteAnalysis, tagResource, untagResource, updateConnection, updateCoreNetwork, updateDevice, updateGlobalNetwork, updateLink, updateNetworkResourceMetadata, updateSite, updateVpcAttachment
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptAttachment, associateConnectPeer, associateCustomerGateway, associateLink, associateTransitGatewayConnectPeer, createConnectAttachment, createConnection, createConnectPeer, createCoreNetwork, createDevice, createGlobalNetwork, createLink, createSite, createSiteToSiteVpnAttachment, createTransitGatewayPeering, createTransitGatewayRouteTableAttachment, createVpcAttachment, deleteAttachment, deleteConnection, deleteConnectPeer, deleteCoreNetwork, deleteCoreNetworkPolicyVersion, deleteDevice, deleteGlobalNetwork, deleteLink, deletePeering, deleteResourcePolicy, deleteSite, deregisterTransitGateway, describeGlobalNetworks, disassociateConnectPeer, disassociateCustomerGateway, disassociateLink, disassociateTransitGatewayConnectPeer, executeCoreNetworkChangeSet, getCachedResponseMetadata, getConnectAttachment, getConnections, getConnectPeer, getConnectPeerAssociations, getCoreNetwork, getCoreNetworkChangeEvents, getCoreNetworkChangeSet, getCoreNetworkPolicy, getCustomerGatewayAssociations, getDevices, getLinkAssociations, getLinks, getNetworkResourceCounts, getNetworkResourceRelationships, getNetworkResources, getNetworkRoutes, getNetworkTelemetry, getResourcePolicy, getRouteAnalysis, getSites, getSiteToSiteVpnAttachment, getTransitGatewayConnectPeerAssociations, getTransitGatewayPeering, getTransitGatewayRegistrations, getTransitGatewayRouteTableAttachment, getVpcAttachment, listAttachments, listConnectPeers, listCoreNetworkPolicyVersions, listCoreNetworks, listOrganizationServiceAccessStatus, listPeerings, listTagsForResource, putCoreNetworkPolicy, putResourcePolicy, registerTransitGateway, rejectAttachment, restoreCoreNetworkPolicyVersion, shutdown, startOrganizationServiceAccessUpdate, startRouteAnalysis, tagResource, untagResource, updateConnection, updateCoreNetwork, updateDevice, updateGlobalNetwork, updateLink, updateNetworkResourceMetadata, updateSite, updateVpcAttachment
public Future<AcceptAttachmentResult> acceptAttachmentAsync(AcceptAttachmentRequest request)
AWSNetworkManagerAsync
Accepts a core network attachment request.
Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.
acceptAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<AcceptAttachmentResult> acceptAttachmentAsync(AcceptAttachmentRequest request, AsyncHandler<AcceptAttachmentRequest,AcceptAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Accepts a core network attachment request.
Once the attachment request is accepted by a core network owner, the attachment is created and connected to a core network.
acceptAttachmentAsync
in interface AWSNetworkManagerAsync
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<AssociateConnectPeerResult> associateConnectPeerAsync(AssociateConnectPeerRequest request)
AWSNetworkManagerAsync
Associates a core network Connect peer with a device and optionally, with a link.
If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
associateConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<AssociateConnectPeerResult> associateConnectPeerAsync(AssociateConnectPeerRequest request, AsyncHandler<AssociateConnectPeerRequest,AssociateConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Associates a core network Connect peer with a device and optionally, with a link.
If you specify a link, it must be associated with the specified device. You can only associate core network Connect peers that have been created on a core network Connect attachment on a core network.
associateConnectPeerAsync
in interface AWSNetworkManagerAsync
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<AssociateCustomerGatewayResult> associateCustomerGatewayAsync(AssociateCustomerGatewayRequest request)
AWSNetworkManagerAsync
Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.
You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core
network registered in your global network. When you register a transit gateway or core network, customer gateways
that are connected to the transit gateway are automatically included in the global network. To list customer
gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id
.
You cannot associate a customer gateway with more than one device and link.
associateCustomerGatewayAsync
in interface AWSNetworkManagerAsync
public Future<AssociateCustomerGatewayResult> associateCustomerGatewayAsync(AssociateCustomerGatewayRequest request, AsyncHandler<AssociateCustomerGatewayRequest,AssociateCustomerGatewayResult> asyncHandler)
AWSNetworkManagerAsync
Associates a customer gateway with a device and optionally, with a link. If you specify a link, it must be associated with the specified device.
You can only associate customer gateways that are connected to a VPN attachment on a transit gateway or core
network registered in your global network. When you register a transit gateway or core network, customer gateways
that are connected to the transit gateway are automatically included in the global network. To list customer
gateways that are connected to a transit gateway, use the DescribeVpnConnections EC2 API and filter by transit-gateway-id
.
You cannot associate a customer gateway with more than one device and link.
associateCustomerGatewayAsync
in interface AWSNetworkManagerAsync
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<AssociateLinkResult> associateLinkAsync(AssociateLinkRequest request)
AWSNetworkManagerAsync
Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
associateLinkAsync
in interface AWSNetworkManagerAsync
public Future<AssociateLinkResult> associateLinkAsync(AssociateLinkRequest request, AsyncHandler<AssociateLinkRequest,AssociateLinkResult> asyncHandler)
AWSNetworkManagerAsync
Associates a link to a device. A device can be associated to multiple links and a link can be associated to multiple devices. The device and link must be in the same global network and the same site.
associateLinkAsync
in interface AWSNetworkManagerAsync
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<AssociateTransitGatewayConnectPeerResult> associateTransitGatewayConnectPeerAsync(AssociateTransitGatewayConnectPeerRequest request)
AWSNetworkManagerAsync
Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.
You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network.
You cannot associate a transit gateway Connect peer with more than one device and link.
associateTransitGatewayConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<AssociateTransitGatewayConnectPeerResult> associateTransitGatewayConnectPeerAsync(AssociateTransitGatewayConnectPeerRequest request, AsyncHandler<AssociateTransitGatewayConnectPeerRequest,AssociateTransitGatewayConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Associates a transit gateway Connect peer with a device, and optionally, with a link. If you specify a link, it must be associated with the specified device.
You can only associate transit gateway Connect peers that have been created on a transit gateway that's registered in your global network.
You cannot associate a transit gateway Connect peer with more than one device and link.
associateTransitGatewayConnectPeerAsync
in interface AWSNetworkManagerAsync
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<CreateConnectAttachmentResult> createConnectAttachmentAsync(CreateConnectAttachmentRequest request)
AWSNetworkManagerAsync
Creates a core network Connect attachment from a specified core network attachment.
A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
createConnectAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<CreateConnectAttachmentResult> createConnectAttachmentAsync(CreateConnectAttachmentRequest request, AsyncHandler<CreateConnectAttachmentRequest,CreateConnectAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Creates a core network Connect attachment from a specified core network attachment.
A core network Connect attachment is a GRE-based tunnel attachment that you can use to establish a connection between a core network and an appliance. A core network Connect attachment uses an existing VPC attachment as the underlying transport mechanism.
createConnectAttachmentAsync
in interface AWSNetworkManagerAsync
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<CreateConnectPeerResult> createConnectPeerAsync(CreateConnectPeerRequest request)
AWSNetworkManagerAsync
Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
createConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<CreateConnectPeerResult> createConnectPeerAsync(CreateConnectPeerRequest request, AsyncHandler<CreateConnectPeerRequest,CreateConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Creates a core network Connect peer for a specified core network connect attachment between a core network and an appliance. The peer address and transit gateway address must be the same IP address family (IPv4 or IPv6).
createConnectPeerAsync
in interface AWSNetworkManagerAsync
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<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request)
AWSNetworkManagerAsync
Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
createConnectionAsync
in interface AWSNetworkManagerAsync
public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest request, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler)
AWSNetworkManagerAsync
Creates a connection between two devices. The devices can be a physical or virtual appliance that connects to a third-party appliance in a VPC, or a physical appliance that connects to another physical appliance in an on-premises network.
createConnectionAsync
in interface AWSNetworkManagerAsync
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<CreateCoreNetworkResult> createCoreNetworkAsync(CreateCoreNetworkRequest request)
AWSNetworkManagerAsync
Creates a core network as part of your global network, and optionally, with a core network policy.
createCoreNetworkAsync
in interface AWSNetworkManagerAsync
public Future<CreateCoreNetworkResult> createCoreNetworkAsync(CreateCoreNetworkRequest request, AsyncHandler<CreateCoreNetworkRequest,CreateCoreNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Creates a core network as part of your global network, and optionally, with a core network policy.
createCoreNetworkAsync
in interface AWSNetworkManagerAsync
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<CreateDeviceResult> createDeviceAsync(CreateDeviceRequest request)
AWSNetworkManagerAsync
Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.
createDeviceAsync
in interface AWSNetworkManagerAsync
public Future<CreateDeviceResult> createDeviceAsync(CreateDeviceRequest request, AsyncHandler<CreateDeviceRequest,CreateDeviceResult> asyncHandler)
AWSNetworkManagerAsync
Creates a new device in a global network. If you specify both a site ID and a location, the location of the site is used for visualization in the Network Manager console.
createDeviceAsync
in interface AWSNetworkManagerAsync
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<CreateGlobalNetworkResult> createGlobalNetworkAsync(CreateGlobalNetworkRequest request)
AWSNetworkManagerAsync
Creates a new, empty global network.
createGlobalNetworkAsync
in interface AWSNetworkManagerAsync
public Future<CreateGlobalNetworkResult> createGlobalNetworkAsync(CreateGlobalNetworkRequest request, AsyncHandler<CreateGlobalNetworkRequest,CreateGlobalNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Creates a new, empty global network.
createGlobalNetworkAsync
in interface AWSNetworkManagerAsync
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<CreateLinkResult> createLinkAsync(CreateLinkRequest request)
AWSNetworkManagerAsync
Creates a new link for a specified site.
createLinkAsync
in interface AWSNetworkManagerAsync
public Future<CreateLinkResult> createLinkAsync(CreateLinkRequest request, AsyncHandler<CreateLinkRequest,CreateLinkResult> asyncHandler)
AWSNetworkManagerAsync
Creates a new link for a specified site.
createLinkAsync
in interface AWSNetworkManagerAsync
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<CreateSiteResult> createSiteAsync(CreateSiteRequest request)
AWSNetworkManagerAsync
Creates a new site in a global network.
createSiteAsync
in interface AWSNetworkManagerAsync
public Future<CreateSiteResult> createSiteAsync(CreateSiteRequest request, AsyncHandler<CreateSiteRequest,CreateSiteResult> asyncHandler)
AWSNetworkManagerAsync
Creates a new site in a global network.
createSiteAsync
in interface AWSNetworkManagerAsync
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<CreateSiteToSiteVpnAttachmentResult> createSiteToSiteVpnAttachmentAsync(CreateSiteToSiteVpnAttachmentRequest request)
AWSNetworkManagerAsync
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
createSiteToSiteVpnAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<CreateSiteToSiteVpnAttachmentResult> createSiteToSiteVpnAttachmentAsync(CreateSiteToSiteVpnAttachmentRequest request, AsyncHandler<CreateSiteToSiteVpnAttachmentRequest,CreateSiteToSiteVpnAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
createSiteToSiteVpnAttachmentAsync
in interface AWSNetworkManagerAsync
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<CreateTransitGatewayPeeringResult> createTransitGatewayPeeringAsync(CreateTransitGatewayPeeringRequest request)
AWSNetworkManagerAsync
Creates a transit gateway peering connection.
createTransitGatewayPeeringAsync
in interface AWSNetworkManagerAsync
public Future<CreateTransitGatewayPeeringResult> createTransitGatewayPeeringAsync(CreateTransitGatewayPeeringRequest request, AsyncHandler<CreateTransitGatewayPeeringRequest,CreateTransitGatewayPeeringResult> asyncHandler)
AWSNetworkManagerAsync
Creates a transit gateway peering connection.
createTransitGatewayPeeringAsync
in interface AWSNetworkManagerAsync
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<CreateTransitGatewayRouteTableAttachmentResult> createTransitGatewayRouteTableAttachmentAsync(CreateTransitGatewayRouteTableAttachmentRequest request)
AWSNetworkManagerAsync
Creates a transit gateway route table attachment.
createTransitGatewayRouteTableAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<CreateTransitGatewayRouteTableAttachmentResult> createTransitGatewayRouteTableAttachmentAsync(CreateTransitGatewayRouteTableAttachmentRequest request, AsyncHandler<CreateTransitGatewayRouteTableAttachmentRequest,CreateTransitGatewayRouteTableAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Creates a transit gateway route table attachment.
createTransitGatewayRouteTableAttachmentAsync
in interface AWSNetworkManagerAsync
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<CreateVpcAttachmentResult> createVpcAttachmentAsync(CreateVpcAttachmentRequest request)
AWSNetworkManagerAsync
Creates a VPC attachment on an edge location of a core network.
createVpcAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<CreateVpcAttachmentResult> createVpcAttachmentAsync(CreateVpcAttachmentRequest request, AsyncHandler<CreateVpcAttachmentRequest,CreateVpcAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Creates a VPC attachment on an edge location of a core network.
createVpcAttachmentAsync
in interface AWSNetworkManagerAsync
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<DeleteAttachmentResult> deleteAttachmentAsync(DeleteAttachmentRequest request)
AWSNetworkManagerAsync
Deletes an attachment. Supports all attachment types.
deleteAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<DeleteAttachmentResult> deleteAttachmentAsync(DeleteAttachmentRequest request, AsyncHandler<DeleteAttachmentRequest,DeleteAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an attachment. Supports all attachment types.
deleteAttachmentAsync
in interface AWSNetworkManagerAsync
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<DeleteConnectPeerResult> deleteConnectPeerAsync(DeleteConnectPeerRequest request)
AWSNetworkManagerAsync
Deletes a Connect peer.
deleteConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<DeleteConnectPeerResult> deleteConnectPeerAsync(DeleteConnectPeerRequest request, AsyncHandler<DeleteConnectPeerRequest,DeleteConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Deletes a Connect peer.
deleteConnectPeerAsync
in interface AWSNetworkManagerAsync
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<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request)
AWSNetworkManagerAsync
Deletes the specified connection in your global network.
deleteConnectionAsync
in interface AWSNetworkManagerAsync
public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest request, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler)
AWSNetworkManagerAsync
Deletes the specified connection in your global network.
deleteConnectionAsync
in interface AWSNetworkManagerAsync
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<DeleteCoreNetworkResult> deleteCoreNetworkAsync(DeleteCoreNetworkRequest request)
AWSNetworkManagerAsync
Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
deleteCoreNetworkAsync
in interface AWSNetworkManagerAsync
public Future<DeleteCoreNetworkResult> deleteCoreNetworkAsync(DeleteCoreNetworkRequest request, AsyncHandler<DeleteCoreNetworkRequest,DeleteCoreNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
deleteCoreNetworkAsync
in interface AWSNetworkManagerAsync
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<DeleteCoreNetworkPolicyVersionResult> deleteCoreNetworkPolicyVersionAsync(DeleteCoreNetworkPolicyVersionRequest request)
AWSNetworkManagerAsync
Deletes a policy version from a core network. You can't delete the current LIVE policy.
deleteCoreNetworkPolicyVersionAsync
in interface AWSNetworkManagerAsync
public Future<DeleteCoreNetworkPolicyVersionResult> deleteCoreNetworkPolicyVersionAsync(DeleteCoreNetworkPolicyVersionRequest request, AsyncHandler<DeleteCoreNetworkPolicyVersionRequest,DeleteCoreNetworkPolicyVersionResult> asyncHandler)
AWSNetworkManagerAsync
Deletes a policy version from a core network. You can't delete the current LIVE policy.
deleteCoreNetworkPolicyVersionAsync
in interface AWSNetworkManagerAsync
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<DeleteDeviceResult> deleteDeviceAsync(DeleteDeviceRequest request)
AWSNetworkManagerAsync
Deletes an existing device. You must first disassociate the device from any links and customer gateways.
deleteDeviceAsync
in interface AWSNetworkManagerAsync
public Future<DeleteDeviceResult> deleteDeviceAsync(DeleteDeviceRequest request, AsyncHandler<DeleteDeviceRequest,DeleteDeviceResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an existing device. You must first disassociate the device from any links and customer gateways.
deleteDeviceAsync
in interface AWSNetworkManagerAsync
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<DeleteGlobalNetworkResult> deleteGlobalNetworkAsync(DeleteGlobalNetworkRequest request)
AWSNetworkManagerAsync
Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
deleteGlobalNetworkAsync
in interface AWSNetworkManagerAsync
public Future<DeleteGlobalNetworkResult> deleteGlobalNetworkAsync(DeleteGlobalNetworkRequest request, AsyncHandler<DeleteGlobalNetworkRequest,DeleteGlobalNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an existing global network. You must first delete all global network objects (devices, links, and sites), deregister all transit gateways, and delete any core networks.
deleteGlobalNetworkAsync
in interface AWSNetworkManagerAsync
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<DeleteLinkResult> deleteLinkAsync(DeleteLinkRequest request)
AWSNetworkManagerAsync
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
deleteLinkAsync
in interface AWSNetworkManagerAsync
public Future<DeleteLinkResult> deleteLinkAsync(DeleteLinkRequest request, AsyncHandler<DeleteLinkRequest,DeleteLinkResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
deleteLinkAsync
in interface AWSNetworkManagerAsync
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<DeletePeeringResult> deletePeeringAsync(DeletePeeringRequest request)
AWSNetworkManagerAsync
Deletes an existing peering connection.
deletePeeringAsync
in interface AWSNetworkManagerAsync
public Future<DeletePeeringResult> deletePeeringAsync(DeletePeeringRequest request, AsyncHandler<DeletePeeringRequest,DeletePeeringResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an existing peering connection.
deletePeeringAsync
in interface AWSNetworkManagerAsync
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<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request)
AWSNetworkManagerAsync
Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
deleteResourcePolicyAsync
in interface AWSNetworkManagerAsync
public Future<DeleteResourcePolicyResult> deleteResourcePolicyAsync(DeleteResourcePolicyRequest request, AsyncHandler<DeleteResourcePolicyRequest,DeleteResourcePolicyResult> asyncHandler)
AWSNetworkManagerAsync
Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
deleteResourcePolicyAsync
in interface AWSNetworkManagerAsync
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<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest request)
AWSNetworkManagerAsync
Deletes an existing site. The site cannot be associated with any device or link.
deleteSiteAsync
in interface AWSNetworkManagerAsync
public Future<DeleteSiteResult> deleteSiteAsync(DeleteSiteRequest request, AsyncHandler<DeleteSiteRequest,DeleteSiteResult> asyncHandler)
AWSNetworkManagerAsync
Deletes an existing site. The site cannot be associated with any device or link.
deleteSiteAsync
in interface AWSNetworkManagerAsync
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<DeregisterTransitGatewayResult> deregisterTransitGatewayAsync(DeregisterTransitGatewayRequest request)
AWSNetworkManagerAsync
Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.
deregisterTransitGatewayAsync
in interface AWSNetworkManagerAsync
public Future<DeregisterTransitGatewayResult> deregisterTransitGatewayAsync(DeregisterTransitGatewayRequest request, AsyncHandler<DeregisterTransitGatewayRequest,DeregisterTransitGatewayResult> asyncHandler)
AWSNetworkManagerAsync
Deregisters a transit gateway from your global network. This action does not delete your transit gateway, or modify any of its attachments. This action removes any customer gateway associations.
deregisterTransitGatewayAsync
in interface AWSNetworkManagerAsync
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<DescribeGlobalNetworksResult> describeGlobalNetworksAsync(DescribeGlobalNetworksRequest request)
AWSNetworkManagerAsync
Describes one or more global networks. By default, all global networks are described. To describe the objects in
your global network, you must use the appropriate Get*
action. For example, to list the transit
gateways in your global network, use GetTransitGatewayRegistrations.
describeGlobalNetworksAsync
in interface AWSNetworkManagerAsync
public Future<DescribeGlobalNetworksResult> describeGlobalNetworksAsync(DescribeGlobalNetworksRequest request, AsyncHandler<DescribeGlobalNetworksRequest,DescribeGlobalNetworksResult> asyncHandler)
AWSNetworkManagerAsync
Describes one or more global networks. By default, all global networks are described. To describe the objects in
your global network, you must use the appropriate Get*
action. For example, to list the transit
gateways in your global network, use GetTransitGatewayRegistrations.
describeGlobalNetworksAsync
in interface AWSNetworkManagerAsync
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<DisassociateConnectPeerResult> disassociateConnectPeerAsync(DisassociateConnectPeerRequest request)
AWSNetworkManagerAsync
Disassociates a core network Connect peer from a device and a link.
disassociateConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<DisassociateConnectPeerResult> disassociateConnectPeerAsync(DisassociateConnectPeerRequest request, AsyncHandler<DisassociateConnectPeerRequest,DisassociateConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Disassociates a core network Connect peer from a device and a link.
disassociateConnectPeerAsync
in interface AWSNetworkManagerAsync
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<DisassociateCustomerGatewayResult> disassociateCustomerGatewayAsync(DisassociateCustomerGatewayRequest request)
AWSNetworkManagerAsync
Disassociates a customer gateway from a device and a link.
disassociateCustomerGatewayAsync
in interface AWSNetworkManagerAsync
public Future<DisassociateCustomerGatewayResult> disassociateCustomerGatewayAsync(DisassociateCustomerGatewayRequest request, AsyncHandler<DisassociateCustomerGatewayRequest,DisassociateCustomerGatewayResult> asyncHandler)
AWSNetworkManagerAsync
Disassociates a customer gateway from a device and a link.
disassociateCustomerGatewayAsync
in interface AWSNetworkManagerAsync
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<DisassociateLinkResult> disassociateLinkAsync(DisassociateLinkRequest request)
AWSNetworkManagerAsync
Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
disassociateLinkAsync
in interface AWSNetworkManagerAsync
public Future<DisassociateLinkResult> disassociateLinkAsync(DisassociateLinkRequest request, AsyncHandler<DisassociateLinkRequest,DisassociateLinkResult> asyncHandler)
AWSNetworkManagerAsync
Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
disassociateLinkAsync
in interface AWSNetworkManagerAsync
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<DisassociateTransitGatewayConnectPeerResult> disassociateTransitGatewayConnectPeerAsync(DisassociateTransitGatewayConnectPeerRequest request)
AWSNetworkManagerAsync
Disassociates a transit gateway Connect peer from a device and link.
disassociateTransitGatewayConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<DisassociateTransitGatewayConnectPeerResult> disassociateTransitGatewayConnectPeerAsync(DisassociateTransitGatewayConnectPeerRequest request, AsyncHandler<DisassociateTransitGatewayConnectPeerRequest,DisassociateTransitGatewayConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Disassociates a transit gateway Connect peer from a device and link.
disassociateTransitGatewayConnectPeerAsync
in interface AWSNetworkManagerAsync
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<ExecuteCoreNetworkChangeSetResult> executeCoreNetworkChangeSetAsync(ExecuteCoreNetworkChangeSetRequest request)
AWSNetworkManagerAsync
Executes a change set on your core network. Deploys changes globally based on the policy submitted..
executeCoreNetworkChangeSetAsync
in interface AWSNetworkManagerAsync
public Future<ExecuteCoreNetworkChangeSetResult> executeCoreNetworkChangeSetAsync(ExecuteCoreNetworkChangeSetRequest request, AsyncHandler<ExecuteCoreNetworkChangeSetRequest,ExecuteCoreNetworkChangeSetResult> asyncHandler)
AWSNetworkManagerAsync
Executes a change set on your core network. Deploys changes globally based on the policy submitted..
executeCoreNetworkChangeSetAsync
in interface AWSNetworkManagerAsync
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<GetConnectAttachmentResult> getConnectAttachmentAsync(GetConnectAttachmentRequest request)
AWSNetworkManagerAsync
Returns information about a core network Connect attachment.
getConnectAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<GetConnectAttachmentResult> getConnectAttachmentAsync(GetConnectAttachmentRequest request, AsyncHandler<GetConnectAttachmentRequest,GetConnectAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a core network Connect attachment.
getConnectAttachmentAsync
in interface AWSNetworkManagerAsync
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<GetConnectPeerResult> getConnectPeerAsync(GetConnectPeerRequest request)
AWSNetworkManagerAsync
Returns information about a core network Connect peer.
getConnectPeerAsync
in interface AWSNetworkManagerAsync
public Future<GetConnectPeerResult> getConnectPeerAsync(GetConnectPeerRequest request, AsyncHandler<GetConnectPeerRequest,GetConnectPeerResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a core network Connect peer.
getConnectPeerAsync
in interface AWSNetworkManagerAsync
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<GetConnectPeerAssociationsResult> getConnectPeerAssociationsAsync(GetConnectPeerAssociationsRequest request)
AWSNetworkManagerAsync
Returns information about a core network Connect peer associations.
getConnectPeerAssociationsAsync
in interface AWSNetworkManagerAsync
public Future<GetConnectPeerAssociationsResult> getConnectPeerAssociationsAsync(GetConnectPeerAssociationsRequest request, AsyncHandler<GetConnectPeerAssociationsRequest,GetConnectPeerAssociationsResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a core network Connect peer associations.
getConnectPeerAssociationsAsync
in interface AWSNetworkManagerAsync
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<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest request)
AWSNetworkManagerAsync
Gets information about one or more of your connections in a global network.
getConnectionsAsync
in interface AWSNetworkManagerAsync
public Future<GetConnectionsResult> getConnectionsAsync(GetConnectionsRequest request, AsyncHandler<GetConnectionsRequest,GetConnectionsResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about one or more of your connections in a global network.
getConnectionsAsync
in interface AWSNetworkManagerAsync
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<GetCoreNetworkResult> getCoreNetworkAsync(GetCoreNetworkRequest request)
AWSNetworkManagerAsync
Returns information about the LIVE policy for a core network.
getCoreNetworkAsync
in interface AWSNetworkManagerAsync
public Future<GetCoreNetworkResult> getCoreNetworkAsync(GetCoreNetworkRequest request, AsyncHandler<GetCoreNetworkRequest,GetCoreNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about the LIVE policy for a core network.
getCoreNetworkAsync
in interface AWSNetworkManagerAsync
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<GetCoreNetworkChangeEventsResult> getCoreNetworkChangeEventsAsync(GetCoreNetworkChangeEventsRequest request)
AWSNetworkManagerAsync
Returns information about a core network change event.
getCoreNetworkChangeEventsAsync
in interface AWSNetworkManagerAsync
public Future<GetCoreNetworkChangeEventsResult> getCoreNetworkChangeEventsAsync(GetCoreNetworkChangeEventsRequest request, AsyncHandler<GetCoreNetworkChangeEventsRequest,GetCoreNetworkChangeEventsResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a core network change event.
getCoreNetworkChangeEventsAsync
in interface AWSNetworkManagerAsync
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<GetCoreNetworkChangeSetResult> getCoreNetworkChangeSetAsync(GetCoreNetworkChangeSetRequest request)
AWSNetworkManagerAsync
Returns a change set between the LIVE core network policy and a submitted policy.
getCoreNetworkChangeSetAsync
in interface AWSNetworkManagerAsync
public Future<GetCoreNetworkChangeSetResult> getCoreNetworkChangeSetAsync(GetCoreNetworkChangeSetRequest request, AsyncHandler<GetCoreNetworkChangeSetRequest,GetCoreNetworkChangeSetResult> asyncHandler)
AWSNetworkManagerAsync
Returns a change set between the LIVE core network policy and a submitted policy.
getCoreNetworkChangeSetAsync
in interface AWSNetworkManagerAsync
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<GetCoreNetworkPolicyResult> getCoreNetworkPolicyAsync(GetCoreNetworkPolicyRequest request)
AWSNetworkManagerAsync
Returns details about a core network policy. You can get details about your current live policy or any previous policy version.
getCoreNetworkPolicyAsync
in interface AWSNetworkManagerAsync
public Future<GetCoreNetworkPolicyResult> getCoreNetworkPolicyAsync(GetCoreNetworkPolicyRequest request, AsyncHandler<GetCoreNetworkPolicyRequest,GetCoreNetworkPolicyResult> asyncHandler)
AWSNetworkManagerAsync
Returns details about a core network policy. You can get details about your current live policy or any previous policy version.
getCoreNetworkPolicyAsync
in interface AWSNetworkManagerAsync
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<GetCustomerGatewayAssociationsResult> getCustomerGatewayAssociationsAsync(GetCustomerGatewayAssociationsRequest request)
AWSNetworkManagerAsync
Gets the association information for customer gateways that are associated with devices and links in your global network.
getCustomerGatewayAssociationsAsync
in interface AWSNetworkManagerAsync
public Future<GetCustomerGatewayAssociationsResult> getCustomerGatewayAssociationsAsync(GetCustomerGatewayAssociationsRequest request, AsyncHandler<GetCustomerGatewayAssociationsRequest,GetCustomerGatewayAssociationsResult> asyncHandler)
AWSNetworkManagerAsync
Gets the association information for customer gateways that are associated with devices and links in your global network.
getCustomerGatewayAssociationsAsync
in interface AWSNetworkManagerAsync
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<GetDevicesResult> getDevicesAsync(GetDevicesRequest request)
AWSNetworkManagerAsync
Gets information about one or more of your devices in a global network.
getDevicesAsync
in interface AWSNetworkManagerAsync
public Future<GetDevicesResult> getDevicesAsync(GetDevicesRequest request, AsyncHandler<GetDevicesRequest,GetDevicesResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about one or more of your devices in a global network.
getDevicesAsync
in interface AWSNetworkManagerAsync
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<GetLinkAssociationsResult> getLinkAssociationsAsync(GetLinkAssociationsRequest request)
AWSNetworkManagerAsync
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
getLinkAssociationsAsync
in interface AWSNetworkManagerAsync
public Future<GetLinkAssociationsResult> getLinkAssociationsAsync(GetLinkAssociationsRequest request, AsyncHandler<GetLinkAssociationsRequest,GetLinkAssociationsResult> asyncHandler)
AWSNetworkManagerAsync
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
getLinkAssociationsAsync
in interface AWSNetworkManagerAsync
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<GetLinksResult> getLinksAsync(GetLinksRequest request)
AWSNetworkManagerAsync
Gets information about one or more links in a specified global network.
If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.
getLinksAsync
in interface AWSNetworkManagerAsync
public Future<GetLinksResult> getLinksAsync(GetLinksRequest request, AsyncHandler<GetLinksRequest,GetLinksResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about one or more links in a specified global network.
If you specify the site ID, you cannot specify the type or provider in the same request. You can specify the type and provider in the same request.
getLinksAsync
in interface AWSNetworkManagerAsync
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<GetNetworkResourceCountsResult> getNetworkResourceCountsAsync(GetNetworkResourceCountsRequest request)
AWSNetworkManagerAsync
Gets the count of network resources, by resource type, for the specified global network.
getNetworkResourceCountsAsync
in interface AWSNetworkManagerAsync
public Future<GetNetworkResourceCountsResult> getNetworkResourceCountsAsync(GetNetworkResourceCountsRequest request, AsyncHandler<GetNetworkResourceCountsRequest,GetNetworkResourceCountsResult> asyncHandler)
AWSNetworkManagerAsync
Gets the count of network resources, by resource type, for the specified global network.
getNetworkResourceCountsAsync
in interface AWSNetworkManagerAsync
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<GetNetworkResourceRelationshipsResult> getNetworkResourceRelationshipsAsync(GetNetworkResourceRelationshipsRequest request)
AWSNetworkManagerAsync
Gets the network resource relationships for the specified global network.
getNetworkResourceRelationshipsAsync
in interface AWSNetworkManagerAsync
public Future<GetNetworkResourceRelationshipsResult> getNetworkResourceRelationshipsAsync(GetNetworkResourceRelationshipsRequest request, AsyncHandler<GetNetworkResourceRelationshipsRequest,GetNetworkResourceRelationshipsResult> asyncHandler)
AWSNetworkManagerAsync
Gets the network resource relationships for the specified global network.
getNetworkResourceRelationshipsAsync
in interface AWSNetworkManagerAsync
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<GetNetworkResourcesResult> getNetworkResourcesAsync(GetNetworkResourcesRequest request)
AWSNetworkManagerAsync
Describes the network resources for the specified global network.
The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.
getNetworkResourcesAsync
in interface AWSNetworkManagerAsync
public Future<GetNetworkResourcesResult> getNetworkResourcesAsync(GetNetworkResourcesRequest request, AsyncHandler<GetNetworkResourcesRequest,GetNetworkResourcesResult> asyncHandler)
AWSNetworkManagerAsync
Describes the network resources for the specified global network.
The results include information from the corresponding Describe call for the resource, minus any sensitive information such as pre-shared keys.
getNetworkResourcesAsync
in interface AWSNetworkManagerAsync
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<GetNetworkRoutesResult> getNetworkRoutesAsync(GetNetworkRoutesRequest request)
AWSNetworkManagerAsync
Gets the network routes of the specified global network.
getNetworkRoutesAsync
in interface AWSNetworkManagerAsync
public Future<GetNetworkRoutesResult> getNetworkRoutesAsync(GetNetworkRoutesRequest request, AsyncHandler<GetNetworkRoutesRequest,GetNetworkRoutesResult> asyncHandler)
AWSNetworkManagerAsync
Gets the network routes of the specified global network.
getNetworkRoutesAsync
in interface AWSNetworkManagerAsync
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<GetNetworkTelemetryResult> getNetworkTelemetryAsync(GetNetworkTelemetryRequest request)
AWSNetworkManagerAsync
Gets the network telemetry of the specified global network.
getNetworkTelemetryAsync
in interface AWSNetworkManagerAsync
public Future<GetNetworkTelemetryResult> getNetworkTelemetryAsync(GetNetworkTelemetryRequest request, AsyncHandler<GetNetworkTelemetryRequest,GetNetworkTelemetryResult> asyncHandler)
AWSNetworkManagerAsync
Gets the network telemetry of the specified global network.
getNetworkTelemetryAsync
in interface AWSNetworkManagerAsync
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<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest request)
AWSNetworkManagerAsync
Returns information about a resource policy.
getResourcePolicyAsync
in interface AWSNetworkManagerAsync
public Future<GetResourcePolicyResult> getResourcePolicyAsync(GetResourcePolicyRequest request, AsyncHandler<GetResourcePolicyRequest,GetResourcePolicyResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a resource policy.
getResourcePolicyAsync
in interface AWSNetworkManagerAsync
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<GetRouteAnalysisResult> getRouteAnalysisAsync(GetRouteAnalysisRequest request)
AWSNetworkManagerAsync
Gets information about the specified route analysis.
getRouteAnalysisAsync
in interface AWSNetworkManagerAsync
public Future<GetRouteAnalysisResult> getRouteAnalysisAsync(GetRouteAnalysisRequest request, AsyncHandler<GetRouteAnalysisRequest,GetRouteAnalysisResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about the specified route analysis.
getRouteAnalysisAsync
in interface AWSNetworkManagerAsync
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<GetSiteToSiteVpnAttachmentResult> getSiteToSiteVpnAttachmentAsync(GetSiteToSiteVpnAttachmentRequest request)
AWSNetworkManagerAsync
Returns information about a site-to-site VPN attachment.
getSiteToSiteVpnAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<GetSiteToSiteVpnAttachmentResult> getSiteToSiteVpnAttachmentAsync(GetSiteToSiteVpnAttachmentRequest request, AsyncHandler<GetSiteToSiteVpnAttachmentRequest,GetSiteToSiteVpnAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a site-to-site VPN attachment.
getSiteToSiteVpnAttachmentAsync
in interface AWSNetworkManagerAsync
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<GetSitesResult> getSitesAsync(GetSitesRequest request)
AWSNetworkManagerAsync
Gets information about one or more of your sites in a global network.
getSitesAsync
in interface AWSNetworkManagerAsync
public Future<GetSitesResult> getSitesAsync(GetSitesRequest request, AsyncHandler<GetSitesRequest,GetSitesResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about one or more of your sites in a global network.
getSitesAsync
in interface AWSNetworkManagerAsync
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<GetTransitGatewayConnectPeerAssociationsResult> getTransitGatewayConnectPeerAssociationsAsync(GetTransitGatewayConnectPeerAssociationsRequest request)
AWSNetworkManagerAsync
Gets information about one or more of your transit gateway Connect peer associations in a global network.
getTransitGatewayConnectPeerAssociationsAsync
in interface AWSNetworkManagerAsync
public Future<GetTransitGatewayConnectPeerAssociationsResult> getTransitGatewayConnectPeerAssociationsAsync(GetTransitGatewayConnectPeerAssociationsRequest request, AsyncHandler<GetTransitGatewayConnectPeerAssociationsRequest,GetTransitGatewayConnectPeerAssociationsResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about one or more of your transit gateway Connect peer associations in a global network.
getTransitGatewayConnectPeerAssociationsAsync
in interface AWSNetworkManagerAsync
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<GetTransitGatewayPeeringResult> getTransitGatewayPeeringAsync(GetTransitGatewayPeeringRequest request)
AWSNetworkManagerAsync
Returns information about a transit gateway peer.
getTransitGatewayPeeringAsync
in interface AWSNetworkManagerAsync
public Future<GetTransitGatewayPeeringResult> getTransitGatewayPeeringAsync(GetTransitGatewayPeeringRequest request, AsyncHandler<GetTransitGatewayPeeringRequest,GetTransitGatewayPeeringResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a transit gateway peer.
getTransitGatewayPeeringAsync
in interface AWSNetworkManagerAsync
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<GetTransitGatewayRegistrationsResult> getTransitGatewayRegistrationsAsync(GetTransitGatewayRegistrationsRequest request)
AWSNetworkManagerAsync
Gets information about the transit gateway registrations in a specified global network.
getTransitGatewayRegistrationsAsync
in interface AWSNetworkManagerAsync
public Future<GetTransitGatewayRegistrationsResult> getTransitGatewayRegistrationsAsync(GetTransitGatewayRegistrationsRequest request, AsyncHandler<GetTransitGatewayRegistrationsRequest,GetTransitGatewayRegistrationsResult> asyncHandler)
AWSNetworkManagerAsync
Gets information about the transit gateway registrations in a specified global network.
getTransitGatewayRegistrationsAsync
in interface AWSNetworkManagerAsync
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<GetTransitGatewayRouteTableAttachmentResult> getTransitGatewayRouteTableAttachmentAsync(GetTransitGatewayRouteTableAttachmentRequest request)
AWSNetworkManagerAsync
Returns information about a transit gateway route table attachment.
getTransitGatewayRouteTableAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<GetTransitGatewayRouteTableAttachmentResult> getTransitGatewayRouteTableAttachmentAsync(GetTransitGatewayRouteTableAttachmentRequest request, AsyncHandler<GetTransitGatewayRouteTableAttachmentRequest,GetTransitGatewayRouteTableAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a transit gateway route table attachment.
getTransitGatewayRouteTableAttachmentAsync
in interface AWSNetworkManagerAsync
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<GetVpcAttachmentResult> getVpcAttachmentAsync(GetVpcAttachmentRequest request)
AWSNetworkManagerAsync
Returns information about a VPC attachment.
getVpcAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<GetVpcAttachmentResult> getVpcAttachmentAsync(GetVpcAttachmentRequest request, AsyncHandler<GetVpcAttachmentRequest,GetVpcAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Returns information about a VPC attachment.
getVpcAttachmentAsync
in interface AWSNetworkManagerAsync
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<ListAttachmentsResult> listAttachmentsAsync(ListAttachmentsRequest request)
AWSNetworkManagerAsync
Returns a list of core network attachments.
listAttachmentsAsync
in interface AWSNetworkManagerAsync
public Future<ListAttachmentsResult> listAttachmentsAsync(ListAttachmentsRequest request, AsyncHandler<ListAttachmentsRequest,ListAttachmentsResult> asyncHandler)
AWSNetworkManagerAsync
Returns a list of core network attachments.
listAttachmentsAsync
in interface AWSNetworkManagerAsync
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<ListConnectPeersResult> listConnectPeersAsync(ListConnectPeersRequest request)
AWSNetworkManagerAsync
Returns a list of core network Connect peers.
listConnectPeersAsync
in interface AWSNetworkManagerAsync
public Future<ListConnectPeersResult> listConnectPeersAsync(ListConnectPeersRequest request, AsyncHandler<ListConnectPeersRequest,ListConnectPeersResult> asyncHandler)
AWSNetworkManagerAsync
Returns a list of core network Connect peers.
listConnectPeersAsync
in interface AWSNetworkManagerAsync
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<ListCoreNetworkPolicyVersionsResult> listCoreNetworkPolicyVersionsAsync(ListCoreNetworkPolicyVersionsRequest request)
AWSNetworkManagerAsync
Returns a list of core network policy versions.
listCoreNetworkPolicyVersionsAsync
in interface AWSNetworkManagerAsync
public Future<ListCoreNetworkPolicyVersionsResult> listCoreNetworkPolicyVersionsAsync(ListCoreNetworkPolicyVersionsRequest request, AsyncHandler<ListCoreNetworkPolicyVersionsRequest,ListCoreNetworkPolicyVersionsResult> asyncHandler)
AWSNetworkManagerAsync
Returns a list of core network policy versions.
listCoreNetworkPolicyVersionsAsync
in interface AWSNetworkManagerAsync
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<ListCoreNetworksResult> listCoreNetworksAsync(ListCoreNetworksRequest request)
AWSNetworkManagerAsync
Returns a list of owned and shared core networks.
listCoreNetworksAsync
in interface AWSNetworkManagerAsync
public Future<ListCoreNetworksResult> listCoreNetworksAsync(ListCoreNetworksRequest request, AsyncHandler<ListCoreNetworksRequest,ListCoreNetworksResult> asyncHandler)
AWSNetworkManagerAsync
Returns a list of owned and shared core networks.
listCoreNetworksAsync
in interface AWSNetworkManagerAsync
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<ListOrganizationServiceAccessStatusResult> listOrganizationServiceAccessStatusAsync(ListOrganizationServiceAccessStatusRequest request)
AWSNetworkManagerAsync
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
listOrganizationServiceAccessStatusAsync
in interface AWSNetworkManagerAsync
public Future<ListOrganizationServiceAccessStatusResult> listOrganizationServiceAccessStatusAsync(ListOrganizationServiceAccessStatusRequest request, AsyncHandler<ListOrganizationServiceAccessStatusRequest,ListOrganizationServiceAccessStatusResult> asyncHandler)
AWSNetworkManagerAsync
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
listOrganizationServiceAccessStatusAsync
in interface AWSNetworkManagerAsync
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<ListPeeringsResult> listPeeringsAsync(ListPeeringsRequest request)
AWSNetworkManagerAsync
Lists the peerings for a core network.
listPeeringsAsync
in interface AWSNetworkManagerAsync
public Future<ListPeeringsResult> listPeeringsAsync(ListPeeringsRequest request, AsyncHandler<ListPeeringsRequest,ListPeeringsResult> asyncHandler)
AWSNetworkManagerAsync
Lists the peerings for a core network.
listPeeringsAsync
in interface AWSNetworkManagerAsync
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)
AWSNetworkManagerAsync
Lists the tags for a specified resource.
listTagsForResourceAsync
in interface AWSNetworkManagerAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSNetworkManagerAsync
Lists the tags for a specified resource.
listTagsForResourceAsync
in interface AWSNetworkManagerAsync
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<PutCoreNetworkPolicyResult> putCoreNetworkPolicyAsync(PutCoreNetworkPolicyRequest request)
AWSNetworkManagerAsync
Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
putCoreNetworkPolicyAsync
in interface AWSNetworkManagerAsync
public Future<PutCoreNetworkPolicyResult> putCoreNetworkPolicyAsync(PutCoreNetworkPolicyRequest request, AsyncHandler<PutCoreNetworkPolicyRequest,PutCoreNetworkPolicyResult> asyncHandler)
AWSNetworkManagerAsync
Creates a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and the submitted policy.
putCoreNetworkPolicyAsync
in interface AWSNetworkManagerAsync
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<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request)
AWSNetworkManagerAsync
Creates or updates a resource policy.
putResourcePolicyAsync
in interface AWSNetworkManagerAsync
public Future<PutResourcePolicyResult> putResourcePolicyAsync(PutResourcePolicyRequest request, AsyncHandler<PutResourcePolicyRequest,PutResourcePolicyResult> asyncHandler)
AWSNetworkManagerAsync
Creates or updates a resource policy.
putResourcePolicyAsync
in interface AWSNetworkManagerAsync
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<RegisterTransitGatewayResult> registerTransitGatewayAsync(RegisterTransitGatewayRequest request)
AWSNetworkManagerAsync
Registers a transit gateway in your global network. Not all Regions support transit gateways for global networks. For a list of the supported Regions, see Region Availability in the Amazon Web Services Transit Gateways for Global Networks User Guide. The transit gateway can be in any of the supported Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.
registerTransitGatewayAsync
in interface AWSNetworkManagerAsync
public Future<RegisterTransitGatewayResult> registerTransitGatewayAsync(RegisterTransitGatewayRequest request, AsyncHandler<RegisterTransitGatewayRequest,RegisterTransitGatewayResult> asyncHandler)
AWSNetworkManagerAsync
Registers a transit gateway in your global network. Not all Regions support transit gateways for global networks. For a list of the supported Regions, see Region Availability in the Amazon Web Services Transit Gateways for Global Networks User Guide. The transit gateway can be in any of the supported Amazon Web Services Regions, but it must be owned by the same Amazon Web Services account that owns the global network. You cannot register a transit gateway in more than one global network.
registerTransitGatewayAsync
in interface AWSNetworkManagerAsync
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<RejectAttachmentResult> rejectAttachmentAsync(RejectAttachmentRequest request)
AWSNetworkManagerAsync
Rejects a core network attachment request.
rejectAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<RejectAttachmentResult> rejectAttachmentAsync(RejectAttachmentRequest request, AsyncHandler<RejectAttachmentRequest,RejectAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Rejects a core network attachment request.
rejectAttachmentAsync
in interface AWSNetworkManagerAsync
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<RestoreCoreNetworkPolicyVersionResult> restoreCoreNetworkPolicyVersionAsync(RestoreCoreNetworkPolicyVersionRequest request)
AWSNetworkManagerAsync
Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
restoreCoreNetworkPolicyVersionAsync
in interface AWSNetworkManagerAsync
public Future<RestoreCoreNetworkPolicyVersionResult> restoreCoreNetworkPolicyVersionAsync(RestoreCoreNetworkPolicyVersionRequest request, AsyncHandler<RestoreCoreNetworkPolicyVersionRequest,RestoreCoreNetworkPolicyVersionResult> asyncHandler)
AWSNetworkManagerAsync
Restores a previous policy version as a new, immutable version of a core network policy. A subsequent change set is created showing the differences between the LIVE policy and restored policy.
restoreCoreNetworkPolicyVersionAsync
in interface AWSNetworkManagerAsync
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<StartOrganizationServiceAccessUpdateResult> startOrganizationServiceAccessUpdateAsync(StartOrganizationServiceAccessUpdateRequest request)
AWSNetworkManagerAsync
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
startOrganizationServiceAccessUpdateAsync
in interface AWSNetworkManagerAsync
public Future<StartOrganizationServiceAccessUpdateResult> startOrganizationServiceAccessUpdateAsync(StartOrganizationServiceAccessUpdateRequest request, AsyncHandler<StartOrganizationServiceAccessUpdateRequest,StartOrganizationServiceAccessUpdateResult> asyncHandler)
AWSNetworkManagerAsync
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
startOrganizationServiceAccessUpdateAsync
in interface AWSNetworkManagerAsync
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<StartRouteAnalysisResult> startRouteAnalysisAsync(StartRouteAnalysisRequest request)
AWSNetworkManagerAsync
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
startRouteAnalysisAsync
in interface AWSNetworkManagerAsync
public Future<StartRouteAnalysisResult> startRouteAnalysisAsync(StartRouteAnalysisRequest request, AsyncHandler<StartRouteAnalysisRequest,StartRouteAnalysisResult> asyncHandler)
AWSNetworkManagerAsync
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
startRouteAnalysisAsync
in interface AWSNetworkManagerAsync
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)
AWSNetworkManagerAsync
Tags a specified resource.
tagResourceAsync
in interface AWSNetworkManagerAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSNetworkManagerAsync
Tags a specified resource.
tagResourceAsync
in interface AWSNetworkManagerAsync
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)
AWSNetworkManagerAsync
Removes tags from a specified resource.
untagResourceAsync
in interface AWSNetworkManagerAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSNetworkManagerAsync
Removes tags from a specified resource.
untagResourceAsync
in interface AWSNetworkManagerAsync
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<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest request)
AWSNetworkManagerAsync
Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
updateConnectionAsync
in interface AWSNetworkManagerAsync
public Future<UpdateConnectionResult> updateConnectionAsync(UpdateConnectionRequest request, AsyncHandler<UpdateConnectionRequest,UpdateConnectionResult> asyncHandler)
AWSNetworkManagerAsync
Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
updateConnectionAsync
in interface AWSNetworkManagerAsync
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<UpdateCoreNetworkResult> updateCoreNetworkAsync(UpdateCoreNetworkRequest request)
AWSNetworkManagerAsync
Updates the description of a core network.
updateCoreNetworkAsync
in interface AWSNetworkManagerAsync
public Future<UpdateCoreNetworkResult> updateCoreNetworkAsync(UpdateCoreNetworkRequest request, AsyncHandler<UpdateCoreNetworkRequest,UpdateCoreNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Updates the description of a core network.
updateCoreNetworkAsync
in interface AWSNetworkManagerAsync
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<UpdateDeviceResult> updateDeviceAsync(UpdateDeviceRequest request)
AWSNetworkManagerAsync
Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
updateDeviceAsync
in interface AWSNetworkManagerAsync
public Future<UpdateDeviceResult> updateDeviceAsync(UpdateDeviceRequest request, AsyncHandler<UpdateDeviceRequest,UpdateDeviceResult> asyncHandler)
AWSNetworkManagerAsync
Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
updateDeviceAsync
in interface AWSNetworkManagerAsync
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<UpdateGlobalNetworkResult> updateGlobalNetworkAsync(UpdateGlobalNetworkRequest request)
AWSNetworkManagerAsync
Updates an existing global network. To remove information for any of the parameters, specify an empty string.
updateGlobalNetworkAsync
in interface AWSNetworkManagerAsync
public Future<UpdateGlobalNetworkResult> updateGlobalNetworkAsync(UpdateGlobalNetworkRequest request, AsyncHandler<UpdateGlobalNetworkRequest,UpdateGlobalNetworkResult> asyncHandler)
AWSNetworkManagerAsync
Updates an existing global network. To remove information for any of the parameters, specify an empty string.
updateGlobalNetworkAsync
in interface AWSNetworkManagerAsync
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<UpdateLinkResult> updateLinkAsync(UpdateLinkRequest request)
AWSNetworkManagerAsync
Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
updateLinkAsync
in interface AWSNetworkManagerAsync
public Future<UpdateLinkResult> updateLinkAsync(UpdateLinkRequest request, AsyncHandler<UpdateLinkRequest,UpdateLinkResult> asyncHandler)
AWSNetworkManagerAsync
Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
updateLinkAsync
in interface AWSNetworkManagerAsync
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<UpdateNetworkResourceMetadataResult> updateNetworkResourceMetadataAsync(UpdateNetworkResourceMetadataRequest request)
AWSNetworkManagerAsync
Updates the resource metadata for the specified global network.
updateNetworkResourceMetadataAsync
in interface AWSNetworkManagerAsync
public Future<UpdateNetworkResourceMetadataResult> updateNetworkResourceMetadataAsync(UpdateNetworkResourceMetadataRequest request, AsyncHandler<UpdateNetworkResourceMetadataRequest,UpdateNetworkResourceMetadataResult> asyncHandler)
AWSNetworkManagerAsync
Updates the resource metadata for the specified global network.
updateNetworkResourceMetadataAsync
in interface AWSNetworkManagerAsync
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<UpdateSiteResult> updateSiteAsync(UpdateSiteRequest request)
AWSNetworkManagerAsync
Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
updateSiteAsync
in interface AWSNetworkManagerAsync
public Future<UpdateSiteResult> updateSiteAsync(UpdateSiteRequest request, AsyncHandler<UpdateSiteRequest,UpdateSiteResult> asyncHandler)
AWSNetworkManagerAsync
Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
updateSiteAsync
in interface AWSNetworkManagerAsync
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<UpdateVpcAttachmentResult> updateVpcAttachmentAsync(UpdateVpcAttachmentRequest request)
AWSNetworkManagerAsync
Updates a VPC attachment.
updateVpcAttachmentAsync
in interface AWSNetworkManagerAsync
public Future<UpdateVpcAttachmentResult> updateVpcAttachmentAsync(UpdateVpcAttachmentRequest request, AsyncHandler<UpdateVpcAttachmentRequest,UpdateVpcAttachmentResult> asyncHandler)
AWSNetworkManagerAsync
Updates a VPC attachment.
updateVpcAttachmentAsync
in interface AWSNetworkManagerAsync
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.