@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSNetworkManager extends Object implements AWSNetworkManager
AWSNetworkManager
. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
AssociateCustomerGatewayResult |
associateCustomerGateway(AssociateCustomerGatewayRequest request)
Associates a customer gateway with a device and optionally, with a link.
|
AssociateLinkResult |
associateLink(AssociateLinkRequest request)
Associates a link to a device.
|
CreateDeviceResult |
createDevice(CreateDeviceRequest request)
Creates a new device in a global network.
|
CreateGlobalNetworkResult |
createGlobalNetwork(CreateGlobalNetworkRequest request)
Creates a new, empty global network.
|
CreateLinkResult |
createLink(CreateLinkRequest request)
Creates a new link for a specified site.
|
CreateSiteResult |
createSite(CreateSiteRequest request)
Creates a new site in a global network.
|
DeleteDeviceResult |
deleteDevice(DeleteDeviceRequest request)
Deletes an existing device.
|
DeleteGlobalNetworkResult |
deleteGlobalNetwork(DeleteGlobalNetworkRequest request)
Deletes an existing global network.
|
DeleteLinkResult |
deleteLink(DeleteLinkRequest request)
Deletes an existing link.
|
DeleteSiteResult |
deleteSite(DeleteSiteRequest request)
Deletes an existing site.
|
DeregisterTransitGatewayResult |
deregisterTransitGateway(DeregisterTransitGatewayRequest request)
Deregisters a transit gateway from your global network.
|
DescribeGlobalNetworksResult |
describeGlobalNetworks(DescribeGlobalNetworksRequest request)
Describes one or more global networks.
|
DisassociateCustomerGatewayResult |
disassociateCustomerGateway(DisassociateCustomerGatewayRequest request)
Disassociates a customer gateway from a device and a link.
|
DisassociateLinkResult |
disassociateLink(DisassociateLinkRequest request)
Disassociates an existing device from a link.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetCustomerGatewayAssociationsResult |
getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest request)
Gets the association information for customer gateways that are associated with devices and links in your global
network.
|
GetDevicesResult |
getDevices(GetDevicesRequest request)
Gets information about one or more of your devices in a global network.
|
GetLinkAssociationsResult |
getLinkAssociations(GetLinkAssociationsRequest request)
Gets the link associations for a device or a link.
|
GetLinksResult |
getLinks(GetLinksRequest request)
Gets information about one or more links in a specified global network.
|
GetSitesResult |
getSites(GetSitesRequest request)
Gets information about one or more of your sites in a global network.
|
GetTransitGatewayRegistrationsResult |
getTransitGatewayRegistrations(GetTransitGatewayRegistrationsRequest request)
Gets information about the transit gateway registrations in a specified global network.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags for a specified resource.
|
RegisterTransitGatewayResult |
registerTransitGateway(RegisterTransitGatewayRequest request)
Registers a transit gateway in your global network.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Tags a specified resource.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes tags from a specified resource.
|
UpdateDeviceResult |
updateDevice(UpdateDeviceRequest request)
Updates the details for an existing device.
|
UpdateGlobalNetworkResult |
updateGlobalNetwork(UpdateGlobalNetworkRequest request)
Updates an existing global network.
|
UpdateLinkResult |
updateLink(UpdateLinkRequest request)
Updates the details for an existing link.
|
UpdateSiteResult |
updateSite(UpdateSiteRequest request)
Updates the information for an existing site.
|
public AssociateCustomerGatewayResult associateCustomerGateway(AssociateCustomerGatewayRequest request)
AWSNetworkManager
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. The transit
gateway must be registered in your global network. When you register a transit gateway, 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.
associateCustomerGateway
in interface AWSNetworkManager
public AssociateLinkResult associateLink(AssociateLinkRequest request)
AWSNetworkManager
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.
associateLink
in interface AWSNetworkManager
public CreateDeviceResult createDevice(CreateDeviceRequest request)
AWSNetworkManager
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.
createDevice
in interface AWSNetworkManager
public CreateGlobalNetworkResult createGlobalNetwork(CreateGlobalNetworkRequest request)
AWSNetworkManager
Creates a new, empty global network.
createGlobalNetwork
in interface AWSNetworkManager
public CreateLinkResult createLink(CreateLinkRequest request)
AWSNetworkManager
Creates a new link for a specified site.
createLink
in interface AWSNetworkManager
public CreateSiteResult createSite(CreateSiteRequest request)
AWSNetworkManager
Creates a new site in a global network.
createSite
in interface AWSNetworkManager
public DeleteDeviceResult deleteDevice(DeleteDeviceRequest request)
AWSNetworkManager
Deletes an existing device. You must first disassociate the device from any links and customer gateways.
deleteDevice
in interface AWSNetworkManager
public DeleteGlobalNetworkResult deleteGlobalNetwork(DeleteGlobalNetworkRequest request)
AWSNetworkManager
Deletes an existing global network. You must first delete all global network objects (devices, links, and sites) and deregister all transit gateways.
deleteGlobalNetwork
in interface AWSNetworkManager
public DeleteLinkResult deleteLink(DeleteLinkRequest request)
AWSNetworkManager
Deletes an existing link. You must first disassociate the link from any devices and customer gateways.
deleteLink
in interface AWSNetworkManager
public DeleteSiteResult deleteSite(DeleteSiteRequest request)
AWSNetworkManager
Deletes an existing site. The site cannot be associated with any device or link.
deleteSite
in interface AWSNetworkManager
public DeregisterTransitGatewayResult deregisterTransitGateway(DeregisterTransitGatewayRequest request)
AWSNetworkManager
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.
deregisterTransitGateway
in interface AWSNetworkManager
public DescribeGlobalNetworksResult describeGlobalNetworks(DescribeGlobalNetworksRequest request)
AWSNetworkManager
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.
describeGlobalNetworks
in interface AWSNetworkManager
public DisassociateCustomerGatewayResult disassociateCustomerGateway(DisassociateCustomerGatewayRequest request)
AWSNetworkManager
Disassociates a customer gateway from a device and a link.
disassociateCustomerGateway
in interface AWSNetworkManager
public DisassociateLinkResult disassociateLink(DisassociateLinkRequest request)
AWSNetworkManager
Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
disassociateLink
in interface AWSNetworkManager
public GetCustomerGatewayAssociationsResult getCustomerGatewayAssociations(GetCustomerGatewayAssociationsRequest request)
AWSNetworkManager
Gets the association information for customer gateways that are associated with devices and links in your global network.
getCustomerGatewayAssociations
in interface AWSNetworkManager
public GetDevicesResult getDevices(GetDevicesRequest request)
AWSNetworkManager
Gets information about one or more of your devices in a global network.
getDevices
in interface AWSNetworkManager
public GetLinkAssociationsResult getLinkAssociations(GetLinkAssociationsRequest request)
AWSNetworkManager
Gets the link associations for a device or a link. Either the device ID or the link ID must be specified.
getLinkAssociations
in interface AWSNetworkManager
public GetLinksResult getLinks(GetLinksRequest request)
AWSNetworkManager
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.
getLinks
in interface AWSNetworkManager
public GetSitesResult getSites(GetSitesRequest request)
AWSNetworkManager
Gets information about one or more of your sites in a global network.
getSites
in interface AWSNetworkManager
public GetTransitGatewayRegistrationsResult getTransitGatewayRegistrations(GetTransitGatewayRegistrationsRequest request)
AWSNetworkManager
Gets information about the transit gateway registrations in a specified global network.
getTransitGatewayRegistrations
in interface AWSNetworkManager
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSNetworkManager
Lists the tags for a specified resource.
listTagsForResource
in interface AWSNetworkManager
public RegisterTransitGatewayResult registerTransitGateway(RegisterTransitGatewayRequest request)
AWSNetworkManager
Registers a transit gateway in your global network. The transit gateway can be in any AWS Region, but it must be owned by the same AWS account that owns the global network. You cannot register a transit gateway in more than one global network.
registerTransitGateway
in interface AWSNetworkManager
public TagResourceResult tagResource(TagResourceRequest request)
AWSNetworkManager
Tags a specified resource.
tagResource
in interface AWSNetworkManager
public UntagResourceResult untagResource(UntagResourceRequest request)
AWSNetworkManager
Removes tags from a specified resource.
untagResource
in interface AWSNetworkManager
public UpdateDeviceResult updateDevice(UpdateDeviceRequest request)
AWSNetworkManager
Updates the details for an existing device. To remove information for any of the parameters, specify an empty string.
updateDevice
in interface AWSNetworkManager
public UpdateGlobalNetworkResult updateGlobalNetwork(UpdateGlobalNetworkRequest request)
AWSNetworkManager
Updates an existing global network. To remove information for any of the parameters, specify an empty string.
updateGlobalNetwork
in interface AWSNetworkManager
public UpdateLinkResult updateLink(UpdateLinkRequest request)
AWSNetworkManager
Updates the details for an existing link. To remove information for any of the parameters, specify an empty string.
updateLink
in interface AWSNetworkManager
public UpdateSiteResult updateSite(UpdateSiteRequest request)
AWSNetworkManager
Updates the information for an existing site. To remove information for any of the parameters, specify an empty string.
updateSite
in interface AWSNetworkManager
public void shutdown()
AWSNetworkManager
shutdown
in interface AWSNetworkManager
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSNetworkManager
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AWSNetworkManager
request
- The originally executed request.