Uses of Class
software.amazon.awssdk.services.ec2.model.RevokeSecurityGroupEgressResponse
Packages that use RevokeSecurityGroupEgressResponse
-
Uses of RevokeSecurityGroupEgressResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return RevokeSecurityGroupEgressResponseModifier and TypeMethodDescriptionEc2Client.revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest) Removes the specified outbound (egress) rules from the specified security group.Ec2Client.revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest) Removes the specified outbound (egress) rules from the specified security group.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type RevokeSecurityGroupEgressResponseModifier and TypeMethodDescriptionEc2AsyncClient.revokeSecurityGroupEgress(Consumer<RevokeSecurityGroupEgressRequest.Builder> revokeSecurityGroupEgressRequest) Removes the specified outbound (egress) rules from the specified security group.Ec2AsyncClient.revokeSecurityGroupEgress(RevokeSecurityGroupEgressRequest revokeSecurityGroupEgressRequest) Removes the specified outbound (egress) rules from the specified security group.