Uses of Class
com.amazonaws.services.ec2.model.StaleSecurityGroup
Packages that use StaleSecurityGroup
-
Uses of StaleSecurityGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return StaleSecurityGroupModifier and TypeMethodDescriptionStaleSecurityGroup.clone()StaleSecurityGroup.withDescription(String description) The description of the security group.StaleSecurityGroup.withGroupId(String groupId) The ID of the security group.StaleSecurityGroup.withGroupName(String groupName) The name of the security group.StaleSecurityGroup.withStaleIpPermissions(StaleIpPermission... staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.withStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions) Information about the stale inbound rules in the security group.StaleSecurityGroup.withStaleIpPermissionsEgress(StaleIpPermission... staleIpPermissionsEgress) Information about the stale outbound rules in the security group.StaleSecurityGroup.withStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress) Information about the stale outbound rules in the security group.The ID of the VPC for the security group.Methods in com.amazonaws.services.ec2.model that return types with arguments of type StaleSecurityGroupModifier and TypeMethodDescriptionDescribeStaleSecurityGroupsResult.getStaleSecurityGroupSet()Information about the stale security groups.Methods in com.amazonaws.services.ec2.model with parameters of type StaleSecurityGroupModifier and TypeMethodDescriptionDescribeStaleSecurityGroupsResult.withStaleSecurityGroupSet(StaleSecurityGroup... staleSecurityGroupSet) Information about the stale security groups.Method parameters in com.amazonaws.services.ec2.model with type arguments of type StaleSecurityGroupModifier and TypeMethodDescriptionvoidDescribeStaleSecurityGroupsResult.setStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet) Information about the stale security groups.DescribeStaleSecurityGroupsResult.withStaleSecurityGroupSet(Collection<StaleSecurityGroup> staleSecurityGroupSet) Information about the stale security groups.