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