Uses of Class
software.amazon.awssdk.services.ec2.model.RevokeSecurityGroupIngressResponse
Packages that use RevokeSecurityGroupIngressResponse
-
Uses of RevokeSecurityGroupIngressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RevokeSecurityGroupIngressResponseModifier and TypeMethodDescriptionEc2Client.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group.Ec2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RevokeSecurityGroupIngressResponseModifier and TypeMethodDescriptionEc2AsyncClient.revokeSecurityGroupIngress(Consumer<RevokeSecurityGroupIngressRequest.Builder> revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group.Ec2AsyncClient.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) Removes the specified inbound (ingress) rules from a security group.