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 |
---|---|
ReplaceNetworkAclAssociationResult |
AmazonEC2.replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
ReplaceNetworkAclAssociationResult |
AmazonEC2Client.replaceNetworkAclAssociation(ReplaceNetworkAclAssociationRequest replaceNetworkAclAssociationRequest)
Changes which network ACL a subnet is associated with.
|
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 |
---|---|
ReplaceNetworkAclAssociationResult |
ReplaceNetworkAclAssociationResult.clone() |
ReplaceNetworkAclAssociationResult |
ReplaceNetworkAclAssociationResult.withNewAssociationId(String newAssociationId)
The ID of the new association.
|
Copyright © 2015. All rights reserved.