Uses of Class
software.amazon.awssdk.services.ec2.model.RevokedSecurityGroupRule
Packages that use RevokedSecurityGroupRule
-
Uses of RevokedSecurityGroupRule in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type RevokedSecurityGroupRuleModifier and TypeMethodDescriptionfinal List<RevokedSecurityGroupRule>RevokeSecurityGroupEgressResponse.revokedSecurityGroupRules()Details about the revoked security group rules.final List<RevokedSecurityGroupRule>RevokeSecurityGroupIngressResponse.revokedSecurityGroupRules()Details about the revoked security group rules.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RevokedSecurityGroupRuleModifier and TypeMethodDescriptionRevokeSecurityGroupEgressResponse.Builder.revokedSecurityGroupRules(RevokedSecurityGroupRule... revokedSecurityGroupRules) Details about the revoked security group rules.RevokeSecurityGroupIngressResponse.Builder.revokedSecurityGroupRules(RevokedSecurityGroupRule... revokedSecurityGroupRules) Details about the revoked security group rules.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type RevokedSecurityGroupRuleModifier and TypeMethodDescriptionRevokeSecurityGroupEgressResponse.Builder.revokedSecurityGroupRules(Collection<RevokedSecurityGroupRule> revokedSecurityGroupRules) Details about the revoked security group rules.RevokeSecurityGroupIngressResponse.Builder.revokedSecurityGroupRules(Collection<RevokedSecurityGroupRule> revokedSecurityGroupRules) Details about the revoked security group rules.