@Generated(value="software.amazon.awssdk:codegen") public interface DirectConnectClient extends SdkClient
builder()
method.
AWS Direct Connect links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. With this connection in place, you can create virtual interfaces directly to the AWS cloud (for example, to Amazon EC2 and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A connection provides access to all AWS Regions except the China (Beijing) and (China) Ningxia Regions. AWS resources in the China Regions can only be accessed through locations associated with those Regions.
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
default AllocateHostedConnectionResponse |
allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG).
|
default AllocateHostedConnectionResponse |
allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest)
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG).
|
default AllocatePrivateVirtualInterfaceResponse |
allocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest allocatePrivateVirtualInterfaceRequest)
Provisions a private virtual interface to be owned by the specified AWS account.
|
default AllocatePrivateVirtualInterfaceResponse |
allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest)
Provisions a private virtual interface to be owned by the specified AWS account.
|
default AllocatePublicVirtualInterfaceResponse |
allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by the specified AWS account.
|
default AllocatePublicVirtualInterfaceResponse |
allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest)
Provisions a public virtual interface to be owned by the specified AWS account.
|
default AssociateConnectionWithLagResponse |
associateConnectionWithLag(AssociateConnectionWithLagRequest associateConnectionWithLagRequest)
Associates an existing connection with a link aggregation group (LAG).
|
default AssociateConnectionWithLagResponse |
associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest)
Associates an existing connection with a link aggregation group (LAG).
|
default AssociateHostedConnectionResponse |
associateHostedConnection(AssociateHostedConnectionRequest associateHostedConnectionRequest)
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect.
|
default AssociateHostedConnectionResponse |
associateHostedConnection(Consumer<AssociateHostedConnectionRequest.Builder> associateHostedConnectionRequest)
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect.
|
default AssociateVirtualInterfaceResponse |
associateVirtualInterface(AssociateVirtualInterfaceRequest associateVirtualInterfaceRequest)
Associates a virtual interface with a specified link aggregation group (LAG) or connection.
|
default AssociateVirtualInterfaceResponse |
associateVirtualInterface(Consumer<AssociateVirtualInterfaceRequest.Builder> associateVirtualInterfaceRequest)
Associates a virtual interface with a specified link aggregation group (LAG) or connection.
|
static DirectConnectClientBuilder |
builder()
Create a builder that can be used to configure and create a
DirectConnectClient . |
default ConfirmConnectionResponse |
confirmConnection(ConfirmConnectionRequest confirmConnectionRequest)
Confirms the creation of the specified hosted connection on an interconnect.
|
default ConfirmConnectionResponse |
confirmConnection(Consumer<ConfirmConnectionRequest.Builder> confirmConnectionRequest)
Confirms the creation of the specified hosted connection on an interconnect.
|
default ConfirmPrivateVirtualInterfaceResponse |
confirmPrivateVirtualInterface(ConfirmPrivateVirtualInterfaceRequest confirmPrivateVirtualInterfaceRequest)
Accepts ownership of a private virtual interface created by another AWS account.
|
default ConfirmPrivateVirtualInterfaceResponse |
confirmPrivateVirtualInterface(Consumer<ConfirmPrivateVirtualInterfaceRequest.Builder> confirmPrivateVirtualInterfaceRequest)
Accepts ownership of a private virtual interface created by another AWS account.
|
default ConfirmPublicVirtualInterfaceResponse |
confirmPublicVirtualInterface(ConfirmPublicVirtualInterfaceRequest confirmPublicVirtualInterfaceRequest)
Accepts ownership of a public virtual interface created by another AWS account.
|
default ConfirmPublicVirtualInterfaceResponse |
confirmPublicVirtualInterface(Consumer<ConfirmPublicVirtualInterfaceRequest.Builder> confirmPublicVirtualInterfaceRequest)
Accepts ownership of a public virtual interface created by another AWS account.
|
static DirectConnectClient |
create()
Create a
DirectConnectClient with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider . |
default CreateBgpPeerResponse |
createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
default CreateBgpPeerResponse |
createBGPPeer(CreateBgpPeerRequest createBgpPeerRequest)
Creates a BGP peer on the specified virtual interface.
|
default CreateConnectionResponse |
createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection between a customer network and a specific AWS Direct Connect location.
|
default CreateConnectionResponse |
createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection between a customer network and a specific AWS Direct Connect location.
|
default CreateDirectConnectGatewayResponse |
createDirectConnectGateway(Consumer<CreateDirectConnectGatewayRequest.Builder> createDirectConnectGatewayRequest)
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual
interfaces and virtual private gateways.
|
default CreateDirectConnectGatewayResponse |
createDirectConnectGateway(CreateDirectConnectGatewayRequest createDirectConnectGatewayRequest)
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual
interfaces and virtual private gateways.
|
default CreateDirectConnectGatewayAssociationResponse |
createDirectConnectGatewayAssociation(Consumer<CreateDirectConnectGatewayAssociationRequest.Builder> createDirectConnectGatewayAssociationRequest)
Creates an association between a Direct Connect gateway and a virtual private gateway.
|
default CreateDirectConnectGatewayAssociationResponse |
createDirectConnectGatewayAssociation(CreateDirectConnectGatewayAssociationRequest createDirectConnectGatewayAssociationRequest)
Creates an association between a Direct Connect gateway and a virtual private gateway.
|
default CreateInterconnectResponse |
createInterconnect(Consumer<CreateInterconnectRequest.Builder> createInterconnectRequest)
Creates an interconnect between an AWS Direct Connect partner's network and a specific AWS Direct Connect
location.
|
default CreateInterconnectResponse |
createInterconnect(CreateInterconnectRequest createInterconnectRequest)
Creates an interconnect between an AWS Direct Connect partner's network and a specific AWS Direct Connect
location.
|
default CreateLagResponse |
createLag(Consumer<CreateLagRequest.Builder> createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
default CreateLagResponse |
createLag(CreateLagRequest createLagRequest)
Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the
customer network and a specific AWS Direct Connect location.
|
default CreatePrivateVirtualInterfaceResponse |
createPrivateVirtualInterface(Consumer<CreatePrivateVirtualInterfaceRequest.Builder> createPrivateVirtualInterfaceRequest)
Creates a private virtual interface.
|
default CreatePrivateVirtualInterfaceResponse |
createPrivateVirtualInterface(CreatePrivateVirtualInterfaceRequest createPrivateVirtualInterfaceRequest)
Creates a private virtual interface.
|
default CreatePublicVirtualInterfaceResponse |
createPublicVirtualInterface(Consumer<CreatePublicVirtualInterfaceRequest.Builder> createPublicVirtualInterfaceRequest)
Creates a public virtual interface.
|
default CreatePublicVirtualInterfaceResponse |
createPublicVirtualInterface(CreatePublicVirtualInterfaceRequest createPublicVirtualInterfaceRequest)
Creates a public virtual interface.
|
default DeleteBgpPeerResponse |
deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest)
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
|
default DeleteBgpPeerResponse |
deleteBGPPeer(DeleteBgpPeerRequest deleteBgpPeerRequest)
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
|
default DeleteConnectionResponse |
deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest)
Deletes the specified connection.
|
default DeleteConnectionResponse |
deleteConnection(DeleteConnectionRequest deleteConnectionRequest)
Deletes the specified connection.
|
default DeleteDirectConnectGatewayResponse |
deleteDirectConnectGateway(Consumer<DeleteDirectConnectGatewayRequest.Builder> deleteDirectConnectGatewayRequest)
Deletes the specified Direct Connect gateway.
|
default DeleteDirectConnectGatewayResponse |
deleteDirectConnectGateway(DeleteDirectConnectGatewayRequest deleteDirectConnectGatewayRequest)
Deletes the specified Direct Connect gateway.
|
default DeleteDirectConnectGatewayAssociationResponse |
deleteDirectConnectGatewayAssociation(Consumer<DeleteDirectConnectGatewayAssociationRequest.Builder> deleteDirectConnectGatewayAssociationRequest)
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
|
default DeleteDirectConnectGatewayAssociationResponse |
deleteDirectConnectGatewayAssociation(DeleteDirectConnectGatewayAssociationRequest deleteDirectConnectGatewayAssociationRequest)
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
|
default DeleteInterconnectResponse |
deleteInterconnect(Consumer<DeleteInterconnectRequest.Builder> deleteInterconnectRequest)
Deletes the specified interconnect.
|
default DeleteInterconnectResponse |
deleteInterconnect(DeleteInterconnectRequest deleteInterconnectRequest)
Deletes the specified interconnect.
|
default DeleteLagResponse |
deleteLag(Consumer<DeleteLagRequest.Builder> deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
default DeleteLagResponse |
deleteLag(DeleteLagRequest deleteLagRequest)
Deletes the specified link aggregation group (LAG).
|
default DeleteVirtualInterfaceResponse |
deleteVirtualInterface(Consumer<DeleteVirtualInterfaceRequest.Builder> deleteVirtualInterfaceRequest)
Deletes a virtual interface.
|
default DeleteVirtualInterfaceResponse |
deleteVirtualInterface(DeleteVirtualInterfaceRequest deleteVirtualInterfaceRequest)
Deletes a virtual interface.
|
default DescribeConnectionsResponse |
describeConnections()
Displays the specified connection or all connections in this Region.
|
default DescribeConnectionsResponse |
describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)
Displays the specified connection or all connections in this Region.
|
default DescribeConnectionsResponse |
describeConnections(DescribeConnectionsRequest describeConnectionsRequest)
Displays the specified connection or all connections in this Region.
|
default DescribeDirectConnectGatewayAssociationsResponse |
describeDirectConnectGatewayAssociations(Consumer<DescribeDirectConnectGatewayAssociationsRequest.Builder> describeDirectConnectGatewayAssociationsRequest)
Lists the associations between your Direct Connect gateways and virtual private gateways.
|
default DescribeDirectConnectGatewayAssociationsResponse |
describeDirectConnectGatewayAssociations(DescribeDirectConnectGatewayAssociationsRequest describeDirectConnectGatewayAssociationsRequest)
Lists the associations between your Direct Connect gateways and virtual private gateways.
|
default DescribeDirectConnectGatewayAttachmentsResponse |
describeDirectConnectGatewayAttachments(Consumer<DescribeDirectConnectGatewayAttachmentsRequest.Builder> describeDirectConnectGatewayAttachmentsRequest)
Lists the attachments between your Direct Connect gateways and virtual interfaces.
|
default DescribeDirectConnectGatewayAttachmentsResponse |
describeDirectConnectGatewayAttachments(DescribeDirectConnectGatewayAttachmentsRequest describeDirectConnectGatewayAttachmentsRequest)
Lists the attachments between your Direct Connect gateways and virtual interfaces.
|
default DescribeDirectConnectGatewaysResponse |
describeDirectConnectGateways()
Lists all your Direct Connect gateways or only the specified Direct Connect gateway.
|
default DescribeDirectConnectGatewaysResponse |
describeDirectConnectGateways(Consumer<DescribeDirectConnectGatewaysRequest.Builder> describeDirectConnectGatewaysRequest)
Lists all your Direct Connect gateways or only the specified Direct Connect gateway.
|
default DescribeDirectConnectGatewaysResponse |
describeDirectConnectGateways(DescribeDirectConnectGatewaysRequest describeDirectConnectGatewaysRequest)
Lists all your Direct Connect gateways or only the specified Direct Connect gateway.
|
default DescribeHostedConnectionsResponse |
describeHostedConnections(Consumer<DescribeHostedConnectionsRequest.Builder> describeHostedConnectionsRequest)
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group
(LAG).
|
default DescribeHostedConnectionsResponse |
describeHostedConnections(DescribeHostedConnectionsRequest describeHostedConnectionsRequest)
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group
(LAG).
|
default DescribeInterconnectsResponse |
describeInterconnects()
Lists the interconnects owned by the AWS account or only the specified interconnect.
|
default DescribeInterconnectsResponse |
describeInterconnects(Consumer<DescribeInterconnectsRequest.Builder> describeInterconnectsRequest)
Lists the interconnects owned by the AWS account or only the specified interconnect.
|
default DescribeInterconnectsResponse |
describeInterconnects(DescribeInterconnectsRequest describeInterconnectsRequest)
Lists the interconnects owned by the AWS account or only the specified interconnect.
|
default DescribeLagsResponse |
describeLags()
Describes all your link aggregation groups (LAG) or the specified LAG.
|
default DescribeLagsResponse |
describeLags(Consumer<DescribeLagsRequest.Builder> describeLagsRequest)
Describes all your link aggregation groups (LAG) or the specified LAG.
|
default DescribeLagsResponse |
describeLags(DescribeLagsRequest describeLagsRequest)
Describes all your link aggregation groups (LAG) or the specified LAG.
|
default DescribeLoaResponse |
describeLoa(Consumer<DescribeLoaRequest.Builder> describeLoaRequest)
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
|
default DescribeLoaResponse |
describeLoa(DescribeLoaRequest describeLoaRequest)
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
|
default DescribeLocationsResponse |
describeLocations()
Lists the AWS Direct Connect locations in the current AWS Region.
|
default DescribeLocationsResponse |
describeLocations(Consumer<DescribeLocationsRequest.Builder> describeLocationsRequest)
Lists the AWS Direct Connect locations in the current AWS Region.
|
default DescribeLocationsResponse |
describeLocations(DescribeLocationsRequest describeLocationsRequest)
Lists the AWS Direct Connect locations in the current AWS Region.
|
default DescribeTagsResponse |
describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest)
Describes the tags associated with the specified AWS Direct Connect resources.
|
default DescribeTagsResponse |
describeTags(DescribeTagsRequest describeTagsRequest)
Describes the tags associated with the specified AWS Direct Connect resources.
|
default DescribeVirtualGatewaysResponse |
describeVirtualGateways()
Lists the virtual private gateways owned by the AWS account.
|
default DescribeVirtualGatewaysResponse |
describeVirtualGateways(Consumer<DescribeVirtualGatewaysRequest.Builder> describeVirtualGatewaysRequest)
Lists the virtual private gateways owned by the AWS account.
|
default DescribeVirtualGatewaysResponse |
describeVirtualGateways(DescribeVirtualGatewaysRequest describeVirtualGatewaysRequest)
Lists the virtual private gateways owned by the AWS account.
|
default DescribeVirtualInterfacesResponse |
describeVirtualInterfaces()
Displays all virtual interfaces for an AWS account.
|
default DescribeVirtualInterfacesResponse |
describeVirtualInterfaces(Consumer<DescribeVirtualInterfacesRequest.Builder> describeVirtualInterfacesRequest)
Displays all virtual interfaces for an AWS account.
|
default DescribeVirtualInterfacesResponse |
describeVirtualInterfaces(DescribeVirtualInterfacesRequest describeVirtualInterfacesRequest)
Displays all virtual interfaces for an AWS account.
|
default DisassociateConnectionFromLagResponse |
disassociateConnectionFromLag(Consumer<DisassociateConnectionFromLagRequest.Builder> disassociateConnectionFromLagRequest)
Disassociates a connection from a link aggregation group (LAG).
|
default DisassociateConnectionFromLagResponse |
disassociateConnectionFromLag(DisassociateConnectionFromLagRequest disassociateConnectionFromLagRequest)
Disassociates a connection from a link aggregation group (LAG).
|
static ServiceMetadata |
serviceMetadata() |
default TagResourceResponse |
tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds the specified tags to the specified AWS Direct Connect resource.
|
default TagResourceResponse |
tagResource(TagResourceRequest tagResourceRequest)
Adds the specified tags to the specified AWS Direct Connect resource.
|
default UntagResourceResponse |
untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from the specified AWS Direct Connect resource.
|
default UntagResourceResponse |
untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from the specified AWS Direct Connect resource.
|
default UpdateLagResponse |
updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
default UpdateLagResponse |
updateLag(UpdateLagRequest updateLagRequest)
Updates the attributes of the specified link aggregation group (LAG).
|
default UpdateVirtualInterfaceAttributesResponse |
updateVirtualInterfaceAttributes(Consumer<UpdateVirtualInterfaceAttributesRequest.Builder> updateVirtualInterfaceAttributesRequest)
Updates the specified attributes of the specified virtual private interface.
|
default UpdateVirtualInterfaceAttributesResponse |
updateVirtualInterfaceAttributes(UpdateVirtualInterfaceAttributesRequest updateVirtualInterfaceAttributesRequest)
Updates the specified attributes of the specified virtual private interface.
|
serviceName
close
static final String SERVICE_NAME
static DirectConnectClient create()
DirectConnectClient
with the region loaded from the
DefaultAwsRegionProviderChain
and credentials loaded from the
DefaultCredentialsProvider
.static DirectConnectClientBuilder builder()
DirectConnectClient
.default AllocateHostedConnectionResponse allocateHostedConnection(AllocateHostedConnectionRequest allocateHostedConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG).
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect or LAG.
Intended for use by AWS Direct Connect partners only.
allocateHostedConnectionRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocateHostedConnectionResponse allocateHostedConnection(Consumer<AllocateHostedConnectionRequest.Builder> allocateHostedConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a hosted connection on the specified interconnect or a link aggregation group (LAG).
Allocates a VLAN number and a specified amount of bandwidth for use by a hosted connection on the specified interconnect or LAG.
Intended for use by AWS Direct Connect partners only.
This is a convenience which creates an instance of the AllocateHostedConnectionRequest.Builder
avoiding
the need to create one manually via AllocateHostedConnectionRequest.builder()
allocateHostedConnectionRequest
- A Consumer
that will call methods on AllocateHostedConnectionRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocatePrivateVirtualInterfaceResponse allocatePrivateVirtualInterface(AllocatePrivateVirtualInterfaceRequest allocatePrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Provisions a private virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this action must be confirmed by the owner using
ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming
state
and is not available to handle traffic.
allocatePrivateVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocatePrivateVirtualInterfaceResponse allocatePrivateVirtualInterface(Consumer<AllocatePrivateVirtualInterfaceRequest.Builder> allocatePrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Provisions a private virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this action must be confirmed by the owner using
ConfirmPrivateVirtualInterface. Until then, the virtual interface is in the Confirming
state
and is not available to handle traffic.
This is a convenience which creates an instance of the AllocatePrivateVirtualInterfaceRequest.Builder
avoiding the need to create one manually via AllocatePrivateVirtualInterfaceRequest.builder()
allocatePrivateVirtualInterfaceRequest
- A Consumer
that will call methods on AllocatePrivateVirtualInterfaceRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocatePublicVirtualInterfaceResponse allocatePublicVirtualInterface(AllocatePublicVirtualInterfaceRequest allocatePublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Provisions a public virtual interface to be owned by the specified AWS account.
The owner of a connection calls this function to provision a public virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this function must be confirmed by the owner using
ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the
confirming
state and is not available to handle traffic.
When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
allocatePublicVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AllocatePublicVirtualInterfaceResponse allocatePublicVirtualInterface(Consumer<AllocatePublicVirtualInterfaceRequest.Builder> allocatePublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Provisions a public virtual interface to be owned by the specified AWS account.
The owner of a connection calls this function to provision a public virtual interface to be owned by the specified AWS account.
Virtual interfaces created using this function must be confirmed by the owner using
ConfirmPublicVirtualInterface. Until this step has been completed, the virtual interface is in the
confirming
state and is not available to handle traffic.
When creating an IPv6 public virtual interface, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
This is a convenience which creates an instance of the AllocatePublicVirtualInterfaceRequest.Builder
avoiding the need to create one manually via AllocatePublicVirtualInterfaceRequest.builder()
allocatePublicVirtualInterfaceRequest
- A Consumer
that will call methods on AllocatePublicVirtualInterfaceRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateConnectionWithLagResponse associateConnectionWithLag(AssociateConnectionWithLagRequest associateConnectionWithLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to AWS is interrupted). The connection must be hosted on the same AWS Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.
Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.
For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.
associateConnectionWithLagRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateConnectionWithLagResponse associateConnectionWithLag(Consumer<AssociateConnectionWithLagRequest.Builder> associateConnectionWithLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates an existing connection with a link aggregation group (LAG). The connection is interrupted and re-established as a member of the LAG (connectivity to AWS is interrupted). The connection must be hosted on the same AWS Direct Connect endpoint as the LAG, and its bandwidth must match the bandwidth for the LAG. You can re-associate a connection that's currently associated with a different LAG; however, if removing the connection would cause the original LAG to fall below its setting for minimum number of operational connections, the request fails.
Any virtual interfaces that are directly associated with the connection are automatically re-associated with the LAG. If the connection was originally associated with a different LAG, the virtual interfaces remain associated with the original LAG.
For interconnects, any hosted connections are automatically re-associated with the LAG. If the interconnect was originally associated with a different LAG, the hosted connections remain associated with the original LAG.
This is a convenience which creates an instance of the AssociateConnectionWithLagRequest.Builder
avoiding
the need to create one manually via AssociateConnectionWithLagRequest.builder()
associateConnectionWithLagRequest
- A Consumer
that will call methods on AssociateConnectionWithLagRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateHostedConnectionResponse associateHostedConnection(AssociateHostedConnectionRequest associateHostedConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to AWS as it is being migrated.
Intended for use by AWS Direct Connect partners only.
associateHostedConnectionRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateHostedConnectionResponse associateHostedConnection(Consumer<AssociateHostedConnectionRequest.Builder> associateHostedConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates a hosted connection and its virtual interfaces with a link aggregation group (LAG) or interconnect. If the target interconnect or LAG has an existing hosted connection with a conflicting VLAN number or IP address, the operation fails. This action temporarily interrupts the hosted connection's connectivity to AWS as it is being migrated.
Intended for use by AWS Direct Connect partners only.
This is a convenience which creates an instance of the AssociateHostedConnectionRequest.Builder
avoiding
the need to create one manually via AssociateHostedConnectionRequest.builder()
associateHostedConnectionRequest
- A Consumer
that will call methods on AssociateHostedConnectionRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateVirtualInterfaceResponse associateVirtualInterface(AssociateVirtualInterfaceRequest associateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to AWS is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.
associateVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default AssociateVirtualInterfaceResponse associateVirtualInterface(Consumer<AssociateVirtualInterfaceRequest.Builder> associateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Associates a virtual interface with a specified link aggregation group (LAG) or connection. Connectivity to AWS is temporarily interrupted as the virtual interface is being migrated. If the target connection or LAG has an associated virtual interface with a conflicting VLAN number or a conflicting IP address, the operation fails.
Virtual interfaces associated with a hosted connection cannot be associated with a LAG; hosted connections must be migrated along with their virtual interfaces using AssociateHostedConnection.
To reassociate a virtual interface to a new connection or LAG, the requester must own either the virtual interface itself or the connection to which the virtual interface is currently associated. Additionally, the requester must own the connection or LAG for the association.
This is a convenience which creates an instance of the AssociateVirtualInterfaceRequest.Builder
avoiding
the need to create one manually via AssociateVirtualInterfaceRequest.builder()
associateVirtualInterfaceRequest
- A Consumer
that will call methods on AssociateVirtualInterfaceRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmConnectionResponse confirmConnection(ConfirmConnectionRequest confirmConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering
state, and remains in this state
until the owner confirms creation of the hosted connection.
confirmConnectionRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmConnectionResponse confirmConnection(Consumer<ConfirmConnectionRequest.Builder> confirmConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Confirms the creation of the specified hosted connection on an interconnect.
Upon creation, the hosted connection is initially in the Ordering
state, and remains in this state
until the owner confirms creation of the hosted connection.
This is a convenience which creates an instance of the ConfirmConnectionRequest.Builder
avoiding the need
to create one manually via ConfirmConnectionRequest.builder()
confirmConnectionRequest
- A Consumer
that will call methods on ConfirmConnectionRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmPrivateVirtualInterfaceResponse confirmPrivateVirtualInterface(ConfirmPrivateVirtualInterfaceRequest confirmPrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Accepts ownership of a private virtual interface created by another AWS account.
After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
confirmPrivateVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmPrivateVirtualInterfaceResponse confirmPrivateVirtualInterface(Consumer<ConfirmPrivateVirtualInterfaceRequest.Builder> confirmPrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Accepts ownership of a private virtual interface created by another AWS account.
After the virtual interface owner makes this call, the virtual interface is created and attached to the specified virtual private gateway or Direct Connect gateway, and is made available to handle traffic.
This is a convenience which creates an instance of the ConfirmPrivateVirtualInterfaceRequest.Builder
avoiding the need to create one manually via ConfirmPrivateVirtualInterfaceRequest.builder()
confirmPrivateVirtualInterfaceRequest
- A Consumer
that will call methods on ConfirmPrivateVirtualInterfaceRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmPublicVirtualInterfaceResponse confirmPublicVirtualInterface(ConfirmPublicVirtualInterfaceRequest confirmPublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Accepts ownership of a public virtual interface created by another AWS account.
After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
confirmPublicVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default ConfirmPublicVirtualInterfaceResponse confirmPublicVirtualInterface(Consumer<ConfirmPublicVirtualInterfaceRequest.Builder> confirmPublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Accepts ownership of a public virtual interface created by another AWS account.
After the virtual interface owner makes this call, the specified virtual interface is created and made available to handle traffic.
This is a convenience which creates an instance of the ConfirmPublicVirtualInterfaceRequest.Builder
avoiding the need to create one manually via ConfirmPublicVirtualInterfaceRequest.builder()
confirmPublicVirtualInterfaceRequest
- A Consumer
that will call methods on ConfirmPublicVirtualInterfaceRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateBgpPeerResponse createBGPPeer(CreateBgpPeerRequest createBgpPeerRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a BGP peer on the specified virtual interface.
You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access AWS resources that also use that address family.
If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface.
When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
For a public virtual interface, the Autonomous System Number (ASN) must be private or already whitelisted for the virtual interface.
createBgpPeerRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateBgpPeerResponse createBGPPeer(Consumer<CreateBgpPeerRequest.Builder> createBgpPeerRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a BGP peer on the specified virtual interface.
You must create a BGP peer for the corresponding address family (IPv4/IPv6) in order to access AWS resources that also use that address family.
If logical redundancy is not supported by the connection, interconnect, or LAG, the BGP peer cannot be in the same address family as an existing BGP peer on the virtual interface.
When creating a IPv6 BGP peer, omit the Amazon address and customer address. IPv6 addresses are automatically assigned from the Amazon pool of IPv6 addresses; you cannot specify custom IPv6 addresses.
For a public virtual interface, the Autonomous System Number (ASN) must be private or already whitelisted for the virtual interface.
This is a convenience which creates an instance of the CreateBgpPeerRequest.Builder
avoiding the need to
create one manually via CreateBgpPeerRequest.builder()
createBgpPeerRequest
- A Consumer
that will call methods on CreateBGPPeerRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateConnectionResponse createConnection(CreateConnectionRequest createConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a connection between a customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router.
To find the locations for your Region, use DescribeLocations.
You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.
createConnectionRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateConnectionResponse createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a connection between a customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router.
To find the locations for your Region, use DescribeLocations.
You can automatically add the new connection to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new connection is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no connection is created.
This is a convenience which creates an instance of the CreateConnectionRequest.Builder
avoiding the need
to create one manually via CreateConnectionRequest.builder()
createConnectionRequest
- A Consumer
that will call methods on CreateConnectionRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDirectConnectGatewayResponse createDirectConnectGateway(CreateDirectConnectGatewayRequest createDirectConnectGatewayRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any AWS Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different AWS Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
createDirectConnectGatewayRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDirectConnectGatewayResponse createDirectConnectGateway(Consumer<CreateDirectConnectGatewayRequest.Builder> createDirectConnectGatewayRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any AWS Region after it is created. The virtual interfaces and virtual private gateways that are connected through a Direct Connect gateway can be in different AWS Regions. This enables you to connect to a VPC in any Region, regardless of the Region in which the virtual interfaces are located, and pass traffic between them.
This is a convenience which creates an instance of the CreateDirectConnectGatewayRequest.Builder
avoiding
the need to create one manually via CreateDirectConnectGatewayRequest.builder()
createDirectConnectGatewayRequest
- A Consumer
that will call methods on CreateDirectConnectGatewayRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDirectConnectGatewayAssociationResponse createDirectConnectGatewayAssociation(CreateDirectConnectGatewayAssociationRequest createDirectConnectGatewayAssociationRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
createDirectConnectGatewayAssociationRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateDirectConnectGatewayAssociationResponse createDirectConnectGatewayAssociation(Consumer<CreateDirectConnectGatewayAssociationRequest.Builder> createDirectConnectGatewayAssociationRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates an association between a Direct Connect gateway and a virtual private gateway. The virtual private gateway must be attached to a VPC and must not be associated with another Direct Connect gateway.
This is a convenience which creates an instance of the
CreateDirectConnectGatewayAssociationRequest.Builder
avoiding the need to create one manually via
CreateDirectConnectGatewayAssociationRequest.builder()
createDirectConnectGatewayAssociationRequest
- A Consumer
that will call methods on CreateDirectConnectGatewayAssociationRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInterconnectResponse createInterconnect(CreateInterconnectRequest createInterconnectRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates an interconnect between an AWS Direct Connect partner's network and a specific AWS Direct Connect location.
An interconnect is a connection which is capable of hosting other connections. The partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the partner's network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.
You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.
For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the partner.
Intended for use by AWS Direct Connect partners only.
createInterconnectRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateInterconnectResponse createInterconnect(Consumer<CreateInterconnectRequest.Builder> createInterconnectRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates an interconnect between an AWS Direct Connect partner's network and a specific AWS Direct Connect location.
An interconnect is a connection which is capable of hosting other connections. The partner can use an interconnect to provide sub-1Gbps AWS Direct Connect service to tier 2 customers who do not have their own connections. Like a standard connection, an interconnect links the partner's network to an AWS Direct Connect location over a standard Ethernet fiber-optic cable. One end is connected to the partner's router, the other to an AWS Direct Connect router.
You can automatically add the new interconnect to a link aggregation group (LAG) by specifying a LAG ID in the request. This ensures that the new interconnect is allocated on the same AWS Direct Connect endpoint that hosts the specified LAG. If there are no available ports on the endpoint, the request fails and no interconnect is created.
For each end customer, the AWS Direct Connect partner provisions a connection on their interconnect by calling AllocateConnectionOnInterconnect. The end customer can then connect to AWS resources by creating a virtual interface on their connection, using the VLAN assigned to them by the partner.
Intended for use by AWS Direct Connect partners only.
This is a convenience which creates an instance of the CreateInterconnectRequest.Builder
avoiding the
need to create one manually via CreateInterconnectRequest.builder()
createInterconnectRequest
- A Consumer
that will call methods on CreateInterconnectRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLagResponse createLag(CreateLagRequest createLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.
All connections in a LAG must use the same bandwidth and must terminate at the same AWS Direct Connect endpoint.
You can have up to 10 connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.
You can specify an existing physical connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical connection or hosted connections, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the connection terminates. Any virtual interfaces associated with the connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the AWS account used to create a LAG is a registered AWS Direct Connect partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
createLagRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreateLagResponse createLag(Consumer<CreateLagRequest.Builder> createLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a link aggregation group (LAG) with the specified number of bundled physical connections between the customer network and a specific AWS Direct Connect location. A LAG is a logical interface that uses the Link Aggregation Control Protocol (LACP) to aggregate multiple interfaces, enabling you to treat them as a single interface.
All connections in a LAG must use the same bandwidth and must terminate at the same AWS Direct Connect endpoint.
You can have up to 10 connections per LAG. Regardless of this limit, if you request more connections for the LAG than AWS Direct Connect can allocate on a single endpoint, no LAG is created.
You can specify an existing physical connection or interconnect to include in the LAG (which counts towards the total number of connections). Doing so interrupts the current physical connection or hosted connections, and re-establishes them as a member of the LAG. The LAG will be created on the same AWS Direct Connect endpoint to which the connection terminates. Any virtual interfaces associated with the connection are automatically disassociated and re-associated with the LAG. The connection ID does not change.
If the AWS account used to create a LAG is a registered AWS Direct Connect partner, the LAG is automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual interfaces cannot be directly configured.
This is a convenience which creates an instance of the CreateLagRequest.Builder
avoiding the need to
create one manually via CreateLagRequest.builder()
createLagRequest
- A Consumer
that will call methods on CreateLagRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePrivateVirtualInterfaceResponse createPrivateVirtualInterface(CreatePrivateVirtualInterfaceRequest createPrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different AWS Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
createPrivateVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePrivateVirtualInterfaceResponse createPrivateVirtualInterface(Consumer<CreatePrivateVirtualInterfaceRequest.Builder> createPrivateVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW). Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple VPCs, including VPCs in different AWS Regions. Connecting the private virtual interface to a VGW only provides access to a single VPC within the same Region.
This is a convenience which creates an instance of the CreatePrivateVirtualInterfaceRequest.Builder
avoiding the need to create one manually via CreatePrivateVirtualInterfaceRequest.builder()
createPrivateVirtualInterfaceRequest
- A Consumer
that will call methods on CreatePrivateVirtualInterfaceRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePublicVirtualInterfaceResponse createPublicVirtualInterface(CreatePublicVirtualInterfaceRequest createPublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon S3.
When creating an IPv6 public virtual interface (addressFamily
is ipv6
), leave the
customer
and amazon
address fields blank to use auto-assigned IPv6 space. Custom IPv6
addresses are not supported.
createPublicVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default CreatePublicVirtualInterfaceResponse createPublicVirtualInterface(Consumer<CreatePublicVirtualInterfaceRequest.Builder> createPublicVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Creates a public virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A public virtual interface supports sending traffic to public services of AWS such as Amazon S3.
When creating an IPv6 public virtual interface (addressFamily
is ipv6
), leave the
customer
and amazon
address fields blank to use auto-assigned IPv6 space. Custom IPv6
addresses are not supported.
This is a convenience which creates an instance of the CreatePublicVirtualInterfaceRequest.Builder
avoiding the need to create one manually via CreatePublicVirtualInterfaceRequest.builder()
createPublicVirtualInterfaceRequest
- A Consumer
that will call methods on CreatePublicVirtualInterfaceRequest.Builder
to create
a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteBgpPeerResponse deleteBGPPeer(DeleteBgpPeerRequest deleteBgpPeerRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
You cannot delete the last BGP peer from a virtual interface.
deleteBgpPeerRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteBgpPeerResponse deleteBGPPeer(Consumer<DeleteBgpPeerRequest.Builder> deleteBgpPeerRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified BGP peer on the specified virtual interface with the specified customer address and ASN.
You cannot delete the last BGP peer from a virtual interface.
This is a convenience which creates an instance of the DeleteBgpPeerRequest.Builder
avoiding the need to
create one manually via DeleteBgpPeerRequest.builder()
deleteBgpPeerRequest
- A Consumer
that will call methods on DeleteBGPPeerRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteConnectionResponse deleteConnection(DeleteConnectionRequest deleteConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified connection.
Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the AWS Direct Connect location, you must cancel your service with them separately.
deleteConnectionRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteConnectionResponse deleteConnection(Consumer<DeleteConnectionRequest.Builder> deleteConnectionRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified connection.
Deleting a connection only stops the AWS Direct Connect port hour and data transfer charges. If you are partnering with any third parties to connect with the AWS Direct Connect location, you must cancel your service with them separately.
This is a convenience which creates an instance of the DeleteConnectionRequest.Builder
avoiding the need
to create one manually via DeleteConnectionRequest.builder()
deleteConnectionRequest
- A Consumer
that will call methods on DeleteConnectionRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDirectConnectGatewayResponse deleteDirectConnectGateway(DeleteDirectConnectGatewayRequest deleteDirectConnectGatewayRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways that are associated with the Direct Connect gateway.
deleteDirectConnectGatewayRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDirectConnectGatewayResponse deleteDirectConnectGateway(Consumer<DeleteDirectConnectGatewayRequest.Builder> deleteDirectConnectGatewayRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified Direct Connect gateway. You must first delete all virtual interfaces that are attached to the Direct Connect gateway and disassociate all virtual private gateways that are associated with the Direct Connect gateway.
This is a convenience which creates an instance of the DeleteDirectConnectGatewayRequest.Builder
avoiding
the need to create one manually via DeleteDirectConnectGatewayRequest.builder()
deleteDirectConnectGatewayRequest
- A Consumer
that will call methods on DeleteDirectConnectGatewayRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDirectConnectGatewayAssociationResponse deleteDirectConnectGatewayAssociation(DeleteDirectConnectGatewayAssociationRequest deleteDirectConnectGatewayAssociationRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
deleteDirectConnectGatewayAssociationRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteDirectConnectGatewayAssociationResponse deleteDirectConnectGatewayAssociation(Consumer<DeleteDirectConnectGatewayAssociationRequest.Builder> deleteDirectConnectGatewayAssociationRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the association between the specified Direct Connect gateway and virtual private gateway.
This is a convenience which creates an instance of the
DeleteDirectConnectGatewayAssociationRequest.Builder
avoiding the need to create one manually via
DeleteDirectConnectGatewayAssociationRequest.builder()
deleteDirectConnectGatewayAssociationRequest
- A Consumer
that will call methods on DeleteDirectConnectGatewayAssociationRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInterconnectResponse deleteInterconnect(DeleteInterconnectRequest deleteInterconnectRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified interconnect.
Intended for use by AWS Direct Connect partners only.
deleteInterconnectRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteInterconnectResponse deleteInterconnect(Consumer<DeleteInterconnectRequest.Builder> deleteInterconnectRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified interconnect.
Intended for use by AWS Direct Connect partners only.
This is a convenience which creates an instance of the DeleteInterconnectRequest.Builder
avoiding the
need to create one manually via DeleteInterconnectRequest.builder()
deleteInterconnectRequest
- A Consumer
that will call methods on DeleteInterconnectRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLagResponse deleteLag(DeleteLagRequest deleteLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.
deleteLagRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteLagResponse deleteLag(Consumer<DeleteLagRequest.Builder> deleteLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes the specified link aggregation group (LAG). You cannot delete a LAG if it has active virtual interfaces or hosted connections.
This is a convenience which creates an instance of the DeleteLagRequest.Builder
avoiding the need to
create one manually via DeleteLagRequest.builder()
deleteLagRequest
- A Consumer
that will call methods on DeleteLagRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVirtualInterfaceResponse deleteVirtualInterface(DeleteVirtualInterfaceRequest deleteVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes a virtual interface.
deleteVirtualInterfaceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DeleteVirtualInterfaceResponse deleteVirtualInterface(Consumer<DeleteVirtualInterfaceRequest.Builder> deleteVirtualInterfaceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Deletes a virtual interface.
This is a convenience which creates an instance of the DeleteVirtualInterfaceRequest.Builder
avoiding the
need to create one manually via DeleteVirtualInterfaceRequest.builder()
deleteVirtualInterfaceRequest
- A Consumer
that will call methods on DeleteVirtualInterfaceRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConnectionsResponse describeConnections() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays the specified connection or all connections in this Region.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeConnections(DescribeConnectionsRequest)
,
AWS API Documentationdefault DescribeConnectionsResponse describeConnections(DescribeConnectionsRequest describeConnectionsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays the specified connection or all connections in this Region.
describeConnectionsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeConnectionsResponse describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays the specified connection or all connections in this Region.
This is a convenience which creates an instance of the DescribeConnectionsRequest.Builder
avoiding the
need to create one manually via DescribeConnectionsRequest.builder()
describeConnectionsRequest
- A Consumer
that will call methods on DescribeConnectionsRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewayAssociationsResponse describeDirectConnectGatewayAssociations(DescribeDirectConnectGatewayAssociationsRequest describeDirectConnectGatewayAssociationsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the associations between your Direct Connect gateways and virtual private gateways. You must specify a Direct Connect gateway, a virtual private gateway, or both. If you specify a Direct Connect gateway, the response contains all virtual private gateways associated with the Direct Connect gateway. If you specify a virtual private gateway, the response contains all Direct Connect gateways associated with the virtual private gateway. If you specify both, the response contains the association between the Direct Connect gateway and the virtual private gateway.
describeDirectConnectGatewayAssociationsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewayAssociationsResponse describeDirectConnectGatewayAssociations(Consumer<DescribeDirectConnectGatewayAssociationsRequest.Builder> describeDirectConnectGatewayAssociationsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the associations between your Direct Connect gateways and virtual private gateways. You must specify a Direct Connect gateway, a virtual private gateway, or both. If you specify a Direct Connect gateway, the response contains all virtual private gateways associated with the Direct Connect gateway. If you specify a virtual private gateway, the response contains all Direct Connect gateways associated with the virtual private gateway. If you specify both, the response contains the association between the Direct Connect gateway and the virtual private gateway.
This is a convenience which creates an instance of the
DescribeDirectConnectGatewayAssociationsRequest.Builder
avoiding the need to create one manually via
DescribeDirectConnectGatewayAssociationsRequest.builder()
describeDirectConnectGatewayAssociationsRequest
- A Consumer
that will call methods on
DescribeDirectConnectGatewayAssociationsRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewayAttachmentsResponse describeDirectConnectGatewayAttachments(DescribeDirectConnectGatewayAttachmentsRequest describeDirectConnectGatewayAttachmentsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
describeDirectConnectGatewayAttachmentsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewayAttachmentsResponse describeDirectConnectGatewayAttachments(Consumer<DescribeDirectConnectGatewayAttachmentsRequest.Builder> describeDirectConnectGatewayAttachmentsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the attachments between your Direct Connect gateways and virtual interfaces. You must specify a Direct Connect gateway, a virtual interface, or both. If you specify a Direct Connect gateway, the response contains all virtual interfaces attached to the Direct Connect gateway. If you specify a virtual interface, the response contains all Direct Connect gateways attached to the virtual interface. If you specify both, the response contains the attachment between the Direct Connect gateway and the virtual interface.
This is a convenience which creates an instance of the
DescribeDirectConnectGatewayAttachmentsRequest.Builder
avoiding the need to create one manually via
DescribeDirectConnectGatewayAttachmentsRequest.builder()
describeDirectConnectGatewayAttachmentsRequest
- A Consumer
that will call methods on
DescribeDirectConnectGatewayAttachmentsRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewaysResponse describeDirectConnectGateways() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeDirectConnectGateways(DescribeDirectConnectGatewaysRequest)
,
AWS API Documentationdefault DescribeDirectConnectGatewaysResponse describeDirectConnectGateways(DescribeDirectConnectGatewaysRequest describeDirectConnectGatewaysRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
describeDirectConnectGatewaysRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeDirectConnectGatewaysResponse describeDirectConnectGateways(Consumer<DescribeDirectConnectGatewaysRequest.Builder> describeDirectConnectGatewaysRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists all your Direct Connect gateways or only the specified Direct Connect gateway. Deleted Direct Connect gateways are not returned.
This is a convenience which creates an instance of the DescribeDirectConnectGatewaysRequest.Builder
avoiding the need to create one manually via DescribeDirectConnectGatewaysRequest.builder()
describeDirectConnectGatewaysRequest
- A Consumer
that will call methods on DescribeDirectConnectGatewaysRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostedConnectionsResponse describeHostedConnections(DescribeHostedConnectionsRequest describeHostedConnectionsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
Intended for use by AWS Direct Connect partners only.
describeHostedConnectionsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeHostedConnectionsResponse describeHostedConnections(Consumer<DescribeHostedConnectionsRequest.Builder> describeHostedConnectionsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the hosted connections that have been provisioned on the specified interconnect or link aggregation group (LAG).
Intended for use by AWS Direct Connect partners only.
This is a convenience which creates an instance of the DescribeHostedConnectionsRequest.Builder
avoiding
the need to create one manually via DescribeHostedConnectionsRequest.builder()
describeHostedConnectionsRequest
- A Consumer
that will call methods on DescribeHostedConnectionsRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInterconnectsResponse describeInterconnects() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the interconnects owned by the AWS account or only the specified interconnect.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeInterconnects(DescribeInterconnectsRequest)
,
AWS API Documentationdefault DescribeInterconnectsResponse describeInterconnects(DescribeInterconnectsRequest describeInterconnectsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the interconnects owned by the AWS account or only the specified interconnect.
describeInterconnectsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeInterconnectsResponse describeInterconnects(Consumer<DescribeInterconnectsRequest.Builder> describeInterconnectsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the interconnects owned by the AWS account or only the specified interconnect.
This is a convenience which creates an instance of the DescribeInterconnectsRequest.Builder
avoiding the
need to create one manually via DescribeInterconnectsRequest.builder()
describeInterconnectsRequest
- A Consumer
that will call methods on DescribeInterconnectsRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLagsResponse describeLags() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Describes all your link aggregation groups (LAG) or the specified LAG.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeLags(DescribeLagsRequest)
,
AWS API
Documentationdefault DescribeLagsResponse describeLags(DescribeLagsRequest describeLagsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Describes all your link aggregation groups (LAG) or the specified LAG.
describeLagsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLagsResponse describeLags(Consumer<DescribeLagsRequest.Builder> describeLagsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Describes all your link aggregation groups (LAG) or the specified LAG.
This is a convenience which creates an instance of the DescribeLagsRequest.Builder
avoiding the need to
create one manually via DescribeLagsRequest.builder()
describeLagsRequest
- A Consumer
that will call methods on DescribeLagsRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLoaResponse describeLoa(DescribeLoaRequest describeLoaRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations in the AWS Direct Connect User Guide.
describeLoaRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLoaResponse describeLoa(Consumer<DescribeLoaRequest.Builder> describeLoaRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Gets the LOA-CFA for a connection, interconnect, or link aggregation group (LAG).
The Letter of Authorization - Connecting Facility Assignment (LOA-CFA) is a document that is used when establishing your cross connect to AWS at the colocation facility. For more information, see Requesting Cross Connects at AWS Direct Connect Locations in the AWS Direct Connect User Guide.
This is a convenience which creates an instance of the DescribeLoaRequest.Builder
avoiding the need to
create one manually via DescribeLoaRequest.builder()
describeLoaRequest
- A Consumer
that will call methods on DescribeLoaRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLocationsResponse describeLocations() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeLocations(DescribeLocationsRequest)
,
AWS API Documentationdefault DescribeLocationsResponse describeLocations(DescribeLocationsRequest describeLocationsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
describeLocationsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeLocationsResponse describeLocations(Consumer<DescribeLocationsRequest.Builder> describeLocationsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the AWS Direct Connect locations in the current AWS Region. These are the locations that can be selected when calling CreateConnection or CreateInterconnect.
This is a convenience which creates an instance of the DescribeLocationsRequest.Builder
avoiding the need
to create one manually via DescribeLocationsRequest.builder()
describeLocationsRequest
- A Consumer
that will call methods on DescribeLocationsRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsResponse describeTags(DescribeTagsRequest describeTagsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Describes the tags associated with the specified AWS Direct Connect resources.
describeTagsRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeTagsResponse describeTags(Consumer<DescribeTagsRequest.Builder> describeTagsRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Describes the tags associated with the specified AWS Direct Connect resources.
This is a convenience which creates an instance of the DescribeTagsRequest.Builder
avoiding the need to
create one manually via DescribeTagsRequest.builder()
describeTagsRequest
- A Consumer
that will call methods on DescribeTagsRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVirtualGatewaysResponse describeVirtualGateways() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVirtualGateways(DescribeVirtualGatewaysRequest)
,
AWS API Documentationdefault DescribeVirtualGatewaysResponse describeVirtualGateways(DescribeVirtualGatewaysRequest describeVirtualGatewaysRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.
describeVirtualGatewaysRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVirtualGatewaysResponse describeVirtualGateways(Consumer<DescribeVirtualGatewaysRequest.Builder> describeVirtualGatewaysRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Lists the virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linked to a virtual private gateway.
This is a convenience which creates an instance of the DescribeVirtualGatewaysRequest.Builder
avoiding
the need to create one manually via DescribeVirtualGatewaysRequest.builder()
describeVirtualGatewaysRequest
- A Consumer
that will call methods on DescribeVirtualGatewaysRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVirtualInterfacesResponse describeVirtualInterfaces() throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.
DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
describeVirtualInterfaces(DescribeVirtualInterfacesRequest)
,
AWS API Documentationdefault DescribeVirtualInterfacesResponse describeVirtualInterfaces(DescribeVirtualInterfacesRequest describeVirtualInterfacesRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.
describeVirtualInterfacesRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DescribeVirtualInterfacesResponse describeVirtualInterfaces(Consumer<DescribeVirtualInterfacesRequest.Builder> describeVirtualInterfacesRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before you make the request are also returned. If you specify a connection ID, only the virtual interfaces associated with the connection are returned. If you specify a virtual interface ID, then only a single virtual interface is returned.
A virtual interface (VLAN) transmits the traffic between the AWS Direct Connect location and the customer network.
This is a convenience which creates an instance of the DescribeVirtualInterfacesRequest.Builder
avoiding
the need to create one manually via DescribeVirtualInterfacesRequest.builder()
describeVirtualInterfacesRequest
- A Consumer
that will call methods on DescribeVirtualInterfacesRequest.Builder
to create a
request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateConnectionFromLagResponse disassociateConnectionFromLag(DisassociateConnectionFromLagRequest disassociateConnectionFromLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an AWS Direct Connect partner is automatically converted to an interconnect.
If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.
disassociateConnectionFromLagRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default DisassociateConnectionFromLagResponse disassociateConnectionFromLag(Consumer<DisassociateConnectionFromLagRequest.Builder> disassociateConnectionFromLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Disassociates a connection from a link aggregation group (LAG). The connection is interrupted and re-established as a standalone connection (the connection is not deleted; to delete the connection, use the DeleteConnection request). If the LAG has associated virtual interfaces or hosted connections, they remain associated with the LAG. A disassociated connection owned by an AWS Direct Connect partner is automatically converted to an interconnect.
If disassociating the connection would cause the LAG to fall below its setting for minimum number of operational connections, the request fails, except when it's the last member of the LAG. If all connections are disassociated, the LAG continues to exist as an empty LAG with no physical connections.
This is a convenience which creates an instance of the DisassociateConnectionFromLagRequest.Builder
avoiding the need to create one manually via DisassociateConnectionFromLagRequest.builder()
disassociateConnectionFromLagRequest
- A Consumer
that will call methods on DisassociateConnectionFromLagRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws DuplicateTagKeysException, TooManyTagsException, DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
tagResourceRequest
- DuplicateTagKeysException
- A tag key was specified more than once.TooManyTagsException
- You have reached the limit on the number of tags that can be assigned.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws DuplicateTagKeysException, TooManyTagsException, DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Adds the specified tags to the specified AWS Direct Connect resource. Each resource can have a maximum of 50 tags.
Each tag consists of a key and an optional value. If a tag with the same key is already associated with the resource, this action updates its value.
This is a convenience which creates an instance of the TagResourceRequest.Builder
avoiding the need to
create one manually via TagResourceRequest.builder()
tagResourceRequest
- A Consumer
that will call methods on TagResourceRequest.Builder
to create a request.DuplicateTagKeysException
- A tag key was specified more than once.TooManyTagsException
- You have reached the limit on the number of tags that can be assigned.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Removes one or more tags from the specified AWS Direct Connect resource.
untagResourceRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Removes one or more tags from the specified AWS Direct Connect resource.
This is a convenience which creates an instance of the UntagResourceRequest.Builder
avoiding the need to
create one manually via UntagResourceRequest.builder()
untagResourceRequest
- A Consumer
that will call methods on UntagResourceRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateLagResponse updateLag(UpdateLagRequest updateLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Updates the attributes of the specified link aggregation group (LAG).
You can update the following attributes:
The name of the LAG.
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.
updateLagRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateLagResponse updateLag(Consumer<UpdateLagRequest.Builder> updateLagRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Updates the attributes of the specified link aggregation group (LAG).
You can update the following attributes:
The name of the LAG.
The value for the minimum number of connections that must be operational for the LAG itself to be operational.
When you create a LAG, the default value for the minimum number of operational connections is zero (0). If you update this value and the number of operational connections falls below the specified value, the LAG automatically goes down to avoid over-utilization of the remaining connections. Adjust this value with care, as it could force the LAG down if it is set higher than the current number of operational connections.
This is a convenience which creates an instance of the UpdateLagRequest.Builder
avoiding the need to
create one manually via UpdateLagRequest.builder()
updateLagRequest
- A Consumer
that will call methods on UpdateLagRequest.Builder
to create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateVirtualInterfaceAttributesResponse updateVirtualInterfaceAttributes(UpdateVirtualInterfaceAttributesRequest updateVirtualInterfaceAttributesRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Updates the specified attributes of the specified virtual private interface.
Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
updateVirtualInterfaceAttributesRequest
- DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
default UpdateVirtualInterfaceAttributesResponse updateVirtualInterfaceAttributes(Consumer<UpdateVirtualInterfaceAttributesRequest.Builder> updateVirtualInterfaceAttributesRequest) throws DirectConnectServerException, DirectConnectClientException, AwsServiceException, SdkClientException, DirectConnectException
Updates the specified attributes of the specified virtual private interface.
Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to the underlying physical connection if it wasn't updated to support jumbo frames. Updating the connection disrupts network connectivity for all virtual interfaces associated with the connection for up to 30 seconds. To check whether your connection supports jumbo frames, call DescribeConnections. To check whether your virtual interface supports jumbo frames, call DescribeVirtualInterfaces.
This is a convenience which creates an instance of the UpdateVirtualInterfaceAttributesRequest.Builder
avoiding the need to create one manually via UpdateVirtualInterfaceAttributesRequest.builder()
updateVirtualInterfaceAttributesRequest
- A Consumer
that will call methods on UpdateVirtualInterfaceAttributesRequest.Builder
to
create a request.DirectConnectServerException
- A server-side error occurred.DirectConnectClientException
- One or more parameters are not valid.SdkException
- Base class for all exceptions that can be thrown by the SDK (both service and client). Can be used for
catch all scenarios.SdkClientException
- If any client side error occurs such as an IO related failure, failure to get credentials, etc.DirectConnectException
- Base class for all service exceptions. Unknown exceptions will be thrown as an instance of this type.AwsServiceException
static ServiceMetadata serviceMetadata()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.