Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
Future<ReplaceNetworkAclAssociationResult> |
AmazonEC2AsyncClient.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest,
AsyncHandler<ReplaceNetworkAclAssociationRequest,ReplaceNetworkAclAssociationResult> asyncHandler)
Changes which network ACL a subnet is associated with.
|
Future<ReplaceNetworkAclAssociationResult> |
AmazonEC2Async.replaceNetworkAclAssociationAsync(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest,
AsyncHandler<ReplaceNetworkAclAssociationRequest,ReplaceNetworkAclAssociationResult> asyncHandler)
Changes which network ACL a subnet is associated with.
|
Modifier and Type | Method and Description |
---|---|
ReplaceNetworkAclAssociationRequest |
ReplaceNetworkAclAssociationRequest.withAssociationId(String associationId)
The ID of the current association between the original network ACL and
the subnet.
|
ReplaceNetworkAclAssociationRequest |
ReplaceNetworkAclAssociationRequest.withNetworkAclId(String networkAclId)
The ID of the new ACL to associate with the subnet.
|
Modifier and Type | Method and Description |
---|---|
Request<ReplaceNetworkAclAssociationRequest> |
ReplaceNetworkAclAssociationRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.