|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplaceNetworkAclEntryRequest | |
---|---|
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. |
Uses of ReplaceNetworkAclEntryRequest in com.amazonaws.services.ec2 |
---|
Methods in com.amazonaws.services.ec2 with parameters of type ReplaceNetworkAclEntryRequest | |
---|---|
void |
AmazonEC2Client.replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL. |
void |
AmazonEC2.replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL. |
Future<Void> |
AmazonEC2AsyncClient.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL. |
Future<Void> |
AmazonEC2Async.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)
Replaces an entry (rule) in a network ACL. |
Future<Void> |
AmazonEC2AsyncClient.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest,
AsyncHandler<ReplaceNetworkAclEntryRequest,Void> asyncHandler)
Replaces an entry (rule) in a network ACL. |
Future<Void> |
AmazonEC2Async.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest,
AsyncHandler<ReplaceNetworkAclEntryRequest,Void> asyncHandler)
Replaces an entry (rule) in a network ACL. |
Method parameters in com.amazonaws.services.ec2 with type arguments of type ReplaceNetworkAclEntryRequest | |
---|---|
Future<Void> |
AmazonEC2AsyncClient.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest,
AsyncHandler<ReplaceNetworkAclEntryRequest,Void> asyncHandler)
Replaces an entry (rule) in a network ACL. |
Future<Void> |
AmazonEC2Async.replaceNetworkAclEntryAsync(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest,
AsyncHandler<ReplaceNetworkAclEntryRequest,Void> asyncHandler)
Replaces an entry (rule) in a network ACL. |
Uses of ReplaceNetworkAclEntryRequest in com.amazonaws.services.ec2.model |
---|
Methods in com.amazonaws.services.ec2.model that return ReplaceNetworkAclEntryRequest | |
---|---|
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withCidrBlock(String cidrBlock)
The network range to allow or deny, in CIDR notation. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withEgress(Boolean egress)
Indicates whether to replace the egress rule. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withIcmpTypeCode(IcmpTypeCode icmpTypeCode)
ICMP protocol: The ICMP type and code. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withNetworkAclId(String networkAclId)
The ID of the ACL. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withProtocol(String protocol)
The IP protocol. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withRuleAction(RuleAction ruleAction)
Indicates whether to allow or deny the traffic that matches the rule. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withRuleAction(String ruleAction)
Indicates whether to allow or deny the traffic that matches the rule. |
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withRuleNumber(Integer ruleNumber)
The rule number of the entry to replace. |
Methods in com.amazonaws.services.ec2.model that return types with arguments of type ReplaceNetworkAclEntryRequest | |
---|---|
Request<ReplaceNetworkAclEntryRequest> |
ReplaceNetworkAclEntryRequest.getDryRunRequest()
This method is intended for internal use only. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |