Uses of Class
software.amazon.awssdk.services.ec2.model.StaleIpPermission
-
Packages that use StaleIpPermission Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of StaleIpPermission in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type StaleIpPermission Modifier and Type Method Description List<StaleIpPermission>StaleSecurityGroup. staleIpPermissions()Information about the stale inbound rules in the security group.List<StaleIpPermission>StaleSecurityGroup. staleIpPermissionsEgress()Information about the stale outbound rules in the security group.Methods in software.amazon.awssdk.services.ec2.model with parameters of type StaleIpPermission Modifier and Type Method Description StaleSecurityGroup.BuilderStaleSecurityGroup.Builder. staleIpPermissions(StaleIpPermission... staleIpPermissions)Information about the stale inbound rules in the security group.StaleSecurityGroup.BuilderStaleSecurityGroup.Builder. staleIpPermissionsEgress(StaleIpPermission... staleIpPermissionsEgress)Information about the stale outbound rules in the security group.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type StaleIpPermission Modifier and Type Method Description StaleSecurityGroup.BuilderStaleSecurityGroup.Builder. staleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)Information about the stale inbound rules in the security group.StaleSecurityGroup.BuilderStaleSecurityGroup.Builder. staleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)Information about the stale outbound rules in the security group.
-