Uses of Class
software.amazon.awssdk.services.ec2.model.ReplaceNetworkAclEntryResponse
-
Packages that use ReplaceNetworkAclEntryResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ReplaceNetworkAclEntryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReplaceNetworkAclEntryResponse Modifier and Type Method Description default ReplaceNetworkAclEntryResponseEc2Client. replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest)Replaces an entry (rule) in a network ACL.default ReplaceNetworkAclEntryResponseEc2Client. replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)Replaces an entry (rule) in a network ACL.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ReplaceNetworkAclEntryResponse Modifier and Type Method Description default CompletableFuture<ReplaceNetworkAclEntryResponse>Ec2AsyncClient. replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest)Replaces an entry (rule) in a network ACL.default CompletableFuture<ReplaceNetworkAclEntryResponse>Ec2AsyncClient. replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest)Replaces an entry (rule) in a network ACL.
-