Uses of Class
software.amazon.awssdk.services.ec2.model.StaleIpPermission
Packages that use StaleIpPermission
-
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 StaleIpPermissionModifier and TypeMethodDescriptionfinal List<StaleIpPermission>StaleSecurityGroup.staleIpPermissions()Information about the stale inbound rules in the security group.final 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 StaleIpPermissionModifier and TypeMethodDescriptionStaleSecurityGroup.Builder.staleIpPermissions(StaleIpPermission... staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.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 StaleIpPermissionModifier and TypeMethodDescriptionStaleSecurityGroup.Builder.staleIpPermissions(Collection<StaleIpPermission> staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.Builder.staleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress) Information about the stale outbound rules in the security group.