|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceClient
com.amazonaws.services.directconnect.AmazonDirectConnectClient
com.amazonaws.services.directconnect.AmazonDirectConnectAsyncClient
public class AmazonDirectConnectAsyncClient
Asynchronous client for accessing AmazonDirectConnect. All asynchronous calls made using this client are non-blocking. Callers could either process the result and handle the exceptions in the worker thread by providing a callback handler when making the call, or use the returned Future object to check the result of the call in the calling thread.
AWS Direct Connect makes it easy to establish a dedicated network connection from your premises to Amazon Web Services (AWS). Using AWS Direct Connect, you can establish private connectivity between AWS and your data center, office, or colocation environment, which in many cases can reduce your network costs, increase bandwidth throughput, and provide a more consistent network experience than Internet-based connections.
The AWS Direct Connect API Reference provides descriptions, syntax, and usage examples for each of the actions and data types for AWS Direct Connect. Use the following links to get started using the AWS Direct Connect API Reference :
Constructor Summary | |
---|---|
AmazonDirectConnectAsyncClient()
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect. |
|
AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials. |
|
AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials, executor service, and client configuration options. |
|
AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials and executor service. |
|
AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials provider. |
|
AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials provider and client configuration options. |
|
AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ClientConfiguration clientConfiguration,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials provider, executor service, and client configuration options. |
|
AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider,
ExecutorService executorService)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect using the specified AWS account credentials provider and executor service. |
|
AmazonDirectConnectAsyncClient(ClientConfiguration clientConfiguration)
Constructs a new asynchronous client to invoke service methods on AmazonDirectConnect. |
Methods inherited from class com.amazonaws.AmazonWebServiceClient |
---|
addRequestHandler, getTimeOffset, removeRequestHandler, setConfiguration, setEndpoint, setRegion, setTimeOffset, withTimeOffset |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AmazonDirectConnectAsyncClient()
All service calls made using this new client object are blocking, and will not return until the service call completes.
DefaultAWSCredentialsProvider
public AmazonDirectConnectAsyncClient(ClientConfiguration clientConfiguration)
All service calls made using this new client object are blocking, and will not return until the service call completes.
clientConfiguration
- The client configuration options controlling how this
client connects to AmazonDirectConnect
(ex: proxy settings, retry counts, etc.).DefaultAWSCredentialsProvider
public AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
- The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.public AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
- The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.executorService
- The executor service by which all asynchronous requests will
be executed.public AmazonDirectConnectAsyncClient(AWSCredentials awsCredentials, ClientConfiguration clientConfiguration, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentials
- The AWS credentials (access key ID and secret key) to use
when authenticating with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy
settings, etc).executorService
- The executor service by which all asynchronous requests will
be executed.public AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.public AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.executorService
- The executor service by which all asynchronous requests will
be executed.public AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy
settings, etc).public AmazonDirectConnectAsyncClient(AWSCredentialsProvider awsCredentialsProvider, ClientConfiguration clientConfiguration, ExecutorService executorService)
All calls made using this new client object are non-blocking, and will immediately return a Java Future object that the caller can later check to see if the service call has actually completed.
awsCredentialsProvider
- The AWS credentials provider which will provide credentials
to authenticate requests with AWS services.clientConfiguration
- Client configuration options (ex: max retry limit, proxy
settings, etc).executorService
- The executor service by which all asynchronous requests will
be executed.Method Detail |
---|
public ExecutorService getExecutorService()
public void shutdown()
shutdown
in interface AmazonDirectConnect
shutdown
in class AmazonWebServiceClient
public Future<DescribeVirtualInterfacesResult> describeVirtualInterfacesAsync(DescribeVirtualInterfacesRequest describeVirtualInterfacesRequest) throws AmazonServiceException, AmazonClientException
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a virtual interface ID is included then only a single virtual interface will be returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer.
describeVirtualInterfacesAsync
in interface AmazonDirectConnectAsync
describeVirtualInterfacesRequest
- Container for the necessary
parameters to execute the DescribeVirtualInterfaces operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeVirtualInterfacesResult> describeVirtualInterfacesAsync(DescribeVirtualInterfacesRequest describeVirtualInterfacesRequest, AsyncHandler<DescribeVirtualInterfacesRequest,DescribeVirtualInterfacesResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Displays all virtual interfaces for an AWS account. Virtual interfaces deleted fewer than 15 minutes before DescribeVirtualInterfaces is called are also returned. If a virtual interface ID is included then only a single virtual interface will be returned.
A virtual interface (VLAN) transmits the traffic between the Direct Connect location and the customer.
describeVirtualInterfacesAsync
in interface AmazonDirectConnectAsync
describeVirtualInterfacesRequest
- Container for the necessary
parameters to execute the DescribeVirtualInterfaces operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeVirtualGatewaysResult> describeVirtualGatewaysAsync(DescribeVirtualGatewaysRequest describeVirtualGatewaysRequest) throws AmazonServiceException, AmazonClientException
Returns a list of virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
describeVirtualGatewaysAsync
in interface AmazonDirectConnectAsync
describeVirtualGatewaysRequest
- Container for the necessary
parameters to execute the DescribeVirtualGateways operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeVirtualGatewaysResult> describeVirtualGatewaysAsync(DescribeVirtualGatewaysRequest describeVirtualGatewaysRequest, AsyncHandler<DescribeVirtualGatewaysRequest,DescribeVirtualGatewaysResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Returns a list of virtual private gateways owned by the AWS account.
You can create one or more AWS Direct Connect private virtual interfaces linking to a virtual private gateway. A virtual private gateway can be managed via Amazon Virtual Private Cloud (VPC) console or the EC2 CreateVpnGateway action.
describeVirtualGatewaysAsync
in interface AmazonDirectConnectAsync
describeVirtualGatewaysRequest
- Container for the necessary
parameters to execute the DescribeVirtualGateways operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeConnectionDetailResult> describeConnectionDetailAsync(DescribeConnectionDetailRequest describeConnectionDetailRequest) throws AmazonServiceException, AmazonClientException
Displays details about a specific connection including the order steps for the connection and the current state of the connection order.
describeConnectionDetailAsync
in interface AmazonDirectConnectAsync
describeConnectionDetailRequest
- Container for the necessary
parameters to execute the DescribeConnectionDetail operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeConnectionDetailResult> describeConnectionDetailAsync(DescribeConnectionDetailRequest describeConnectionDetailRequest, AsyncHandler<DescribeConnectionDetailRequest,DescribeConnectionDetailResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Displays details about a specific connection including the order steps for the connection and the current state of the connection order.
describeConnectionDetailAsync
in interface AmazonDirectConnectAsync
describeConnectionDetailRequest
- Container for the necessary
parameters to execute the DescribeConnectionDetail operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeOfferingsResult> describeOfferingsAsync(DescribeOfferingsRequest describeOfferingsRequest) throws AmazonServiceException, AmazonClientException
Describes one or more of the offerings that are currently available for creating new connections. The results include offerings for all regions.
To order a new connection you need to select a specific offering ID.
describeOfferingsAsync
in interface AmazonDirectConnectAsync
describeOfferingsRequest
- Container for the necessary parameters
to execute the DescribeOfferings operation on AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeOfferingsResult> describeOfferingsAsync(DescribeOfferingsRequest describeOfferingsRequest, AsyncHandler<DescribeOfferingsRequest,DescribeOfferingsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Describes one or more of the offerings that are currently available for creating new connections. The results include offerings for all regions.
To order a new connection you need to select a specific offering ID.
describeOfferingsAsync
in interface AmazonDirectConnectAsync
describeOfferingsRequest
- Container for the necessary parameters
to execute the DescribeOfferings operation on AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeConnectionsResult> describeConnectionsAsync(DescribeConnectionsRequest describeConnectionsRequest) throws AmazonServiceException, AmazonClientException
Displays all connections in this region.
If a connection ID is provided, it will only return this particular connection.
describeConnectionsAsync
in interface AmazonDirectConnectAsync
describeConnectionsRequest
- Container for the necessary
parameters to execute the DescribeConnections operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeConnectionsResult> describeConnectionsAsync(DescribeConnectionsRequest describeConnectionsRequest, AsyncHandler<DescribeConnectionsRequest,DescribeConnectionsResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Displays all connections in this region.
If a connection ID is provided, it will only return this particular connection.
describeConnectionsAsync
in interface AmazonDirectConnectAsync
describeConnectionsRequest
- Container for the necessary
parameters to execute the DescribeConnections operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeOfferingDetailResult> describeOfferingDetailAsync(DescribeOfferingDetailRequest describeOfferingDetailRequest) throws AmazonServiceException, AmazonClientException
Displays additional ordering step details for a specified offering.
describeOfferingDetailAsync
in interface AmazonDirectConnectAsync
describeOfferingDetailRequest
- Container for the necessary
parameters to execute the DescribeOfferingDetail operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DescribeOfferingDetailResult> describeOfferingDetailAsync(DescribeOfferingDetailRequest describeOfferingDetailRequest, AsyncHandler<DescribeOfferingDetailRequest,DescribeOfferingDetailResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Displays additional ordering step details for a specified offering.
describeOfferingDetailAsync
in interface AmazonDirectConnectAsync
describeOfferingDetailRequest
- Container for the necessary
parameters to execute the DescribeOfferingDetail operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest) throws AmazonServiceException, AmazonClientException
Deletes the connection.
Deleting a connection only stops the AWS Direct Connect port and data transfer charges. You separately need to cancel any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location with the providers of those services.
deleteConnectionAsync
in interface AmazonDirectConnectAsync
deleteConnectionRequest
- Container for the necessary parameters
to execute the DeleteConnection operation on AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteConnectionResult> deleteConnectionAsync(DeleteConnectionRequest deleteConnectionRequest, AsyncHandler<DeleteConnectionRequest,DeleteConnectionResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes the connection.
Deleting a connection only stops the AWS Direct Connect port and data transfer charges. You separately need to cancel any services or charges for cross-connects or network circuits that connect you to the AWS Direct Connect location with the providers of those services.
deleteConnectionAsync
in interface AmazonDirectConnectAsync
deleteConnectionRequest
- Container for the necessary parameters
to execute the DeleteConnection operation on AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest createConnectionRequest) throws AmazonServiceException, AmazonClientException
Creates a new network connection between the customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. A Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.
createConnectionAsync
in interface AmazonDirectConnectAsync
createConnectionRequest
- Container for the necessary parameters
to execute the CreateConnection operation on AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreateConnectionResult> createConnectionAsync(CreateConnectionRequest createConnectionRequest, AsyncHandler<CreateConnectionRequest,CreateConnectionResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new network connection between the customer network and a specific AWS Direct Connect location.
A connection links your internal network to an AWS Direct Connect location over a standard 1 gigabit or 10 gigabit Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an AWS Direct Connect router. A Direct Connect location provides access to Amazon Web Services in the region it is associated with. You can establish connections with AWS Direct Connect locations in multiple regions, but a connection in one region does not provide connectivity to other regions.
createConnectionAsync
in interface AmazonDirectConnectAsync
createConnectionRequest
- Container for the necessary parameters
to execute the CreateConnection operation on AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreatePrivateVirtualInterfaceResult> createPrivateVirtualInterfaceAsync(CreatePrivateVirtualInterfaceRequest createPrivateVirtualInterfaceRequest) throws AmazonServiceException, AmazonClientException
Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single Virtual Private Cloud (VPC).
createPrivateVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
createPrivateVirtualInterfaceRequest
- Container for the
necessary parameters to execute the CreatePrivateVirtualInterface
operation on AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreatePrivateVirtualInterfaceResult> createPrivateVirtualInterfaceAsync(CreatePrivateVirtualInterfaceRequest createPrivateVirtualInterfaceRequest, AsyncHandler<CreatePrivateVirtualInterfaceRequest,CreatePrivateVirtualInterfaceResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new private virtual interface. A virtual interface is the VLAN that transports AWS Direct Connect traffic. A private virtual interface supports sending traffic to a single Virtual Private Cloud (VPC).
createPrivateVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
createPrivateVirtualInterfaceRequest
- Container for the
necessary parameters to execute the CreatePrivateVirtualInterface
operation on AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteVirtualInterfaceResult> deleteVirtualInterfaceAsync(DeleteVirtualInterfaceRequest deleteVirtualInterfaceRequest) throws AmazonServiceException, AmazonClientException
Deletes a virtual interface.
deleteVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
deleteVirtualInterfaceRequest
- Container for the necessary
parameters to execute the DeleteVirtualInterface operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<DeleteVirtualInterfaceResult> deleteVirtualInterfaceAsync(DeleteVirtualInterfaceRequest deleteVirtualInterfaceRequest, AsyncHandler<DeleteVirtualInterfaceRequest,DeleteVirtualInterfaceResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Deletes a virtual interface.
deleteVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
deleteVirtualInterfaceRequest
- Container for the necessary
parameters to execute the DeleteVirtualInterface operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreatePublicVirtualInterfaceResult> createPublicVirtualInterfaceAsync(CreatePublicVirtualInterfaceRequest createPublicVirtualInterfaceRequest) throws AmazonServiceException, AmazonClientException
Creates a new 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 Simple Storage Service (Amazon S3).
createPublicVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
createPublicVirtualInterfaceRequest
- Container for the necessary
parameters to execute the CreatePublicVirtualInterface operation on
AmazonDirectConnect.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.public Future<CreatePublicVirtualInterfaceResult> createPublicVirtualInterfaceAsync(CreatePublicVirtualInterfaceRequest createPublicVirtualInterfaceRequest, AsyncHandler<CreatePublicVirtualInterfaceRequest,CreatePublicVirtualInterfaceResult> asyncHandler) throws AmazonServiceException, AmazonClientException
Creates a new 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 Simple Storage Service (Amazon S3).
createPublicVirtualInterfaceAsync
in interface AmazonDirectConnectAsync
createPublicVirtualInterfaceRequest
- Container for the necessary
parameters to execute the CreatePublicVirtualInterface operation on
AmazonDirectConnect.asyncHandler
- Asynchronous callback handler for events in the
life-cycle of the request. Users could provide the implementation of
the four callback methods in this interface to process the operation
result or handle the exception.
AmazonClientException
- If any internal errors are encountered inside the client while
attempting to make the request or handle the response. For example
if a network connection is not available.
AmazonServiceException
- If an error response is returned by AmazonDirectConnect indicating
either a problem with the data in the request, or a server side issue.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |