Uses of Class
software.amazon.awssdk.services.ec2.model.RevokedSecurityGroupRule
-
Packages that use RevokedSecurityGroupRule Package Description software.amazon.awssdk.services.ec2.model -
-
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 RevokedSecurityGroupRule Modifier and Type Method Description List<RevokedSecurityGroupRule>RevokeSecurityGroupEgressResponse. revokedSecurityGroupRules()Details about the revoked security group rules.List<RevokedSecurityGroupRule>RevokeSecurityGroupIngressResponse. revokedSecurityGroupRules()Details about the revoked security group rules.Methods in software.amazon.awssdk.services.ec2.model with parameters of type RevokedSecurityGroupRule Modifier and Type Method Description RevokeSecurityGroupEgressResponse.BuilderRevokeSecurityGroupEgressResponse.Builder. revokedSecurityGroupRules(RevokedSecurityGroupRule... revokedSecurityGroupRules)Details about the revoked security group rules.RevokeSecurityGroupIngressResponse.BuilderRevokeSecurityGroupIngressResponse.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 RevokedSecurityGroupRule Modifier and Type Method Description RevokeSecurityGroupEgressResponse.BuilderRevokeSecurityGroupEgressResponse.Builder. revokedSecurityGroupRules(Collection<RevokedSecurityGroupRule> revokedSecurityGroupRules)Details about the revoked security group rules.RevokeSecurityGroupIngressResponse.BuilderRevokeSecurityGroupIngressResponse.Builder. revokedSecurityGroupRules(Collection<RevokedSecurityGroupRule> revokedSecurityGroupRules)Details about the revoked security group rules.
-