@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
public AcceptAttachmentResult acceptAttachment(AcceptAttachmentRequest request)
AWSNetworkManager
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.
acceptAttachment
in interface AWSNetworkManager
public AssociateConnectPeerResult associateConnectPeer(AssociateConnectPeerRequest request)
AWSNetworkManager
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.
associateConnectPeer
in interface AWSNetworkManager
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 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.
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 AssociateTransitGatewayConnectPeerResult associateTransitGatewayConnectPeer(AssociateTransitGatewayConnectPeerRequest request)
AWSNetworkManager
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.
associateTransitGatewayConnectPeer
in interface AWSNetworkManager
public CreateConnectAttachmentResult createConnectAttachment(CreateConnectAttachmentRequest request)
AWSNetworkManager
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.
createConnectAttachment
in interface AWSNetworkManager
public CreateConnectPeerResult createConnectPeer(CreateConnectPeerRequest request)
AWSNetworkManager
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).
createConnectPeer
in interface AWSNetworkManager
public CreateConnectionResult createConnection(CreateConnectionRequest request)
AWSNetworkManager
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.
createConnection
in interface AWSNetworkManager
public CreateCoreNetworkResult createCoreNetwork(CreateCoreNetworkRequest request)
AWSNetworkManager
Creates a core network as part of your global network, and optionally, with a core network policy.
createCoreNetwork
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 CreateSiteToSiteVpnAttachmentResult createSiteToSiteVpnAttachment(CreateSiteToSiteVpnAttachmentRequest request)
AWSNetworkManager
Creates an Amazon Web Services site-to-site VPN attachment on an edge location of a core network.
createSiteToSiteVpnAttachment
in interface AWSNetworkManager
public CreateTransitGatewayPeeringResult createTransitGatewayPeering(CreateTransitGatewayPeeringRequest request)
AWSNetworkManager
Creates a transit gateway peering connection.
createTransitGatewayPeering
in interface AWSNetworkManager
public CreateTransitGatewayRouteTableAttachmentResult createTransitGatewayRouteTableAttachment(CreateTransitGatewayRouteTableAttachmentRequest request)
AWSNetworkManager
Creates a transit gateway route table attachment.
createTransitGatewayRouteTableAttachment
in interface AWSNetworkManager
public CreateVpcAttachmentResult createVpcAttachment(CreateVpcAttachmentRequest request)
AWSNetworkManager
Creates a VPC attachment on an edge location of a core network.
createVpcAttachment
in interface AWSNetworkManager
public DeleteAttachmentResult deleteAttachment(DeleteAttachmentRequest request)
AWSNetworkManager
Deletes an attachment. Supports all attachment types.
deleteAttachment
in interface AWSNetworkManager
public DeleteConnectPeerResult deleteConnectPeer(DeleteConnectPeerRequest request)
AWSNetworkManager
Deletes a Connect peer.
deleteConnectPeer
in interface AWSNetworkManager
public DeleteConnectionResult deleteConnection(DeleteConnectionRequest request)
AWSNetworkManager
Deletes the specified connection in your global network.
deleteConnection
in interface AWSNetworkManager
public DeleteCoreNetworkResult deleteCoreNetwork(DeleteCoreNetworkRequest request)
AWSNetworkManager
Deletes a core network along with all core network policies. This can only be done if there are no attachments on a core network.
deleteCoreNetwork
in interface AWSNetworkManager
public DeleteCoreNetworkPolicyVersionResult deleteCoreNetworkPolicyVersion(DeleteCoreNetworkPolicyVersionRequest request)
AWSNetworkManager
Deletes a policy version from a core network. You can't delete the current LIVE policy.
deleteCoreNetworkPolicyVersion
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), deregister all transit gateways, and delete any core networks.
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 DeletePeeringResult deletePeering(DeletePeeringRequest request)
AWSNetworkManager
Deletes an existing peering connection.
deletePeering
in interface AWSNetworkManager
public DeleteResourcePolicyResult deleteResourcePolicy(DeleteResourcePolicyRequest request)
AWSNetworkManager
Deletes a resource policy for the specified resource. This revokes the access of the principals specified in the resource policy.
deleteResourcePolicy
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 DisassociateConnectPeerResult disassociateConnectPeer(DisassociateConnectPeerRequest request)
AWSNetworkManager
Disassociates a core network Connect peer from a device and a link.
disassociateConnectPeer
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 DisassociateTransitGatewayConnectPeerResult disassociateTransitGatewayConnectPeer(DisassociateTransitGatewayConnectPeerRequest request)
AWSNetworkManager
Disassociates a transit gateway Connect peer from a device and link.
disassociateTransitGatewayConnectPeer
in interface AWSNetworkManager
public ExecuteCoreNetworkChangeSetResult executeCoreNetworkChangeSet(ExecuteCoreNetworkChangeSetRequest request)
AWSNetworkManager
Executes a change set on your core network. Deploys changes globally based on the policy submitted..
executeCoreNetworkChangeSet
in interface AWSNetworkManager
public GetConnectAttachmentResult getConnectAttachment(GetConnectAttachmentRequest request)
AWSNetworkManager
Returns information about a core network Connect attachment.
getConnectAttachment
in interface AWSNetworkManager
public GetConnectPeerResult getConnectPeer(GetConnectPeerRequest request)
AWSNetworkManager
Returns information about a core network Connect peer.
getConnectPeer
in interface AWSNetworkManager
public GetConnectPeerAssociationsResult getConnectPeerAssociations(GetConnectPeerAssociationsRequest request)
AWSNetworkManager
Returns information about a core network Connect peer associations.
getConnectPeerAssociations
in interface AWSNetworkManager
public GetConnectionsResult getConnections(GetConnectionsRequest request)
AWSNetworkManager
Gets information about one or more of your connections in a global network.
getConnections
in interface AWSNetworkManager
public GetCoreNetworkResult getCoreNetwork(GetCoreNetworkRequest request)
AWSNetworkManager
Returns information about the LIVE policy for a core network.
getCoreNetwork
in interface AWSNetworkManager
public GetCoreNetworkChangeEventsResult getCoreNetworkChangeEvents(GetCoreNetworkChangeEventsRequest request)
AWSNetworkManager
Returns information about a core network change event.
getCoreNetworkChangeEvents
in interface AWSNetworkManager
public GetCoreNetworkChangeSetResult getCoreNetworkChangeSet(GetCoreNetworkChangeSetRequest request)
AWSNetworkManager
Returns a change set between the LIVE core network policy and a submitted policy.
getCoreNetworkChangeSet
in interface AWSNetworkManager
public GetCoreNetworkPolicyResult getCoreNetworkPolicy(GetCoreNetworkPolicyRequest request)
AWSNetworkManager
Returns details about a core network policy. You can get details about your current live policy or any previous policy version.
getCoreNetworkPolicy
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 GetNetworkResourceCountsResult getNetworkResourceCounts(GetNetworkResourceCountsRequest request)
AWSNetworkManager
Gets the count of network resources, by resource type, for the specified global network.
getNetworkResourceCounts
in interface AWSNetworkManager
public GetNetworkResourceRelationshipsResult getNetworkResourceRelationships(GetNetworkResourceRelationshipsRequest request)
AWSNetworkManager
Gets the network resource relationships for the specified global network.
getNetworkResourceRelationships
in interface AWSNetworkManager
public GetNetworkResourcesResult getNetworkResources(GetNetworkResourcesRequest request)
AWSNetworkManager
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.
getNetworkResources
in interface AWSNetworkManager
public GetNetworkRoutesResult getNetworkRoutes(GetNetworkRoutesRequest request)
AWSNetworkManager
Gets the network routes of the specified global network.
getNetworkRoutes
in interface AWSNetworkManager
public GetNetworkTelemetryResult getNetworkTelemetry(GetNetworkTelemetryRequest request)
AWSNetworkManager
Gets the network telemetry of the specified global network.
getNetworkTelemetry
in interface AWSNetworkManager
public GetResourcePolicyResult getResourcePolicy(GetResourcePolicyRequest request)
AWSNetworkManager
Returns information about a resource policy.
getResourcePolicy
in interface AWSNetworkManager
public GetRouteAnalysisResult getRouteAnalysis(GetRouteAnalysisRequest request)
AWSNetworkManager
Gets information about the specified route analysis.
getRouteAnalysis
in interface AWSNetworkManager
public GetSiteToSiteVpnAttachmentResult getSiteToSiteVpnAttachment(GetSiteToSiteVpnAttachmentRequest request)
AWSNetworkManager
Returns information about a site-to-site VPN attachment.
getSiteToSiteVpnAttachment
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 GetTransitGatewayConnectPeerAssociationsResult getTransitGatewayConnectPeerAssociations(GetTransitGatewayConnectPeerAssociationsRequest request)
AWSNetworkManager
Gets information about one or more of your transit gateway Connect peer associations in a global network.
getTransitGatewayConnectPeerAssociations
in interface AWSNetworkManager
public GetTransitGatewayPeeringResult getTransitGatewayPeering(GetTransitGatewayPeeringRequest request)
AWSNetworkManager
Returns information about a transit gateway peer.
getTransitGatewayPeering
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 GetTransitGatewayRouteTableAttachmentResult getTransitGatewayRouteTableAttachment(GetTransitGatewayRouteTableAttachmentRequest request)
AWSNetworkManager
Returns information about a transit gateway route table attachment.
getTransitGatewayRouteTableAttachment
in interface AWSNetworkManager
public GetVpcAttachmentResult getVpcAttachment(GetVpcAttachmentRequest request)
AWSNetworkManager
Returns information about a VPC attachment.
getVpcAttachment
in interface AWSNetworkManager
public ListAttachmentsResult listAttachments(ListAttachmentsRequest request)
AWSNetworkManager
Returns a list of core network attachments.
listAttachments
in interface AWSNetworkManager
public ListConnectPeersResult listConnectPeers(ListConnectPeersRequest request)
AWSNetworkManager
Returns a list of core network Connect peers.
listConnectPeers
in interface AWSNetworkManager
public ListCoreNetworkPolicyVersionsResult listCoreNetworkPolicyVersions(ListCoreNetworkPolicyVersionsRequest request)
AWSNetworkManager
Returns a list of core network policy versions.
listCoreNetworkPolicyVersions
in interface AWSNetworkManager
public ListCoreNetworksResult listCoreNetworks(ListCoreNetworksRequest request)
AWSNetworkManager
Returns a list of owned and shared core networks.
listCoreNetworks
in interface AWSNetworkManager
public ListOrganizationServiceAccessStatusResult listOrganizationServiceAccessStatus(ListOrganizationServiceAccessStatusRequest request)
AWSNetworkManager
Gets the status of the Service Linked Role (SLR) deployment for the accounts in a given Amazon Web Services Organization.
listOrganizationServiceAccessStatus
in interface AWSNetworkManager
public ListPeeringsResult listPeerings(ListPeeringsRequest request)
AWSNetworkManager
Lists the peerings for a core network.
listPeerings
in interface AWSNetworkManager
public ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AWSNetworkManager
Lists the tags for a specified resource.
listTagsForResource
in interface AWSNetworkManager
public PutCoreNetworkPolicyResult putCoreNetworkPolicy(PutCoreNetworkPolicyRequest request)
AWSNetworkManager
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.
putCoreNetworkPolicy
in interface AWSNetworkManager
public PutResourcePolicyResult putResourcePolicy(PutResourcePolicyRequest request)
AWSNetworkManager
Creates or updates a resource policy.
putResourcePolicy
in interface AWSNetworkManager
public RegisterTransitGatewayResult registerTransitGateway(RegisterTransitGatewayRequest request)
AWSNetworkManager
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.
registerTransitGateway
in interface AWSNetworkManager
public RejectAttachmentResult rejectAttachment(RejectAttachmentRequest request)
AWSNetworkManager
Rejects a core network attachment request.
rejectAttachment
in interface AWSNetworkManager
public RestoreCoreNetworkPolicyVersionResult restoreCoreNetworkPolicyVersion(RestoreCoreNetworkPolicyVersionRequest request)
AWSNetworkManager
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.
restoreCoreNetworkPolicyVersion
in interface AWSNetworkManager
public StartOrganizationServiceAccessUpdateResult startOrganizationServiceAccessUpdate(StartOrganizationServiceAccessUpdateRequest request)
AWSNetworkManager
Enables the Network Manager service for an Amazon Web Services Organization. This can only be called by a management account within the organization.
startOrganizationServiceAccessUpdate
in interface AWSNetworkManager
public StartRouteAnalysisResult startRouteAnalysis(StartRouteAnalysisRequest request)
AWSNetworkManager
Starts analyzing the routing path between the specified source and destination. For more information, see Route Analyzer.
startRouteAnalysis
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 UpdateConnectionResult updateConnection(UpdateConnectionRequest request)
AWSNetworkManager
Updates the information for an existing connection. To remove information for any of the parameters, specify an empty string.
updateConnection
in interface AWSNetworkManager
public UpdateCoreNetworkResult updateCoreNetwork(UpdateCoreNetworkRequest request)
AWSNetworkManager
Updates the description of a core network.
updateCoreNetwork
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 UpdateNetworkResourceMetadataResult updateNetworkResourceMetadata(UpdateNetworkResourceMetadataRequest request)
AWSNetworkManager
Updates the resource metadata for the specified global network.
updateNetworkResourceMetadata
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 UpdateVpcAttachmentResult updateVpcAttachment(UpdateVpcAttachmentRequest request)
AWSNetworkManager
Updates a VPC attachment.
updateVpcAttachment
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.