Uses of Class
software.amazon.awssdk.services.ec2.model.ReplaceNetworkAclEntryResponse
Packages that use ReplaceNetworkAclEntryResponse
-
Uses of ReplaceNetworkAclEntryResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ReplaceNetworkAclEntryResponseModifier and TypeMethodDescriptiondefault 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 ReplaceNetworkAclEntryResponseModifier and TypeMethodDescriptionEc2AsyncClient.replaceNetworkAclEntry(Consumer<ReplaceNetworkAclEntryRequest.Builder> replaceNetworkAclEntryRequest) Replaces an entry (rule) in a network ACL.Ec2AsyncClient.replaceNetworkAclEntry(ReplaceNetworkAclEntryRequest replaceNetworkAclEntryRequest) Replaces an entry (rule) in a network ACL.