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