Uses of Class
com.amazonaws.services.ec2.model.StaleIpPermission
-
Packages that use StaleIpPermission Package Description com.amazonaws.services.ec2.model -
-
Uses of StaleIpPermission in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return StaleIpPermission Modifier and Type Method Description StaleIpPermissionStaleIpPermission. clone()StaleIpPermissionStaleIpPermission. withFromPort(Integer fromPort)The start of the port range for the TCP and UDP protocols, or an ICMP type number.StaleIpPermissionStaleIpPermission. withIpProtocol(String ipProtocol)StaleIpPermissionStaleIpPermission. withIpRanges(String... ipRanges)One or more IP ranges.StaleIpPermissionStaleIpPermission. withIpRanges(Collection<String> ipRanges)One or more IP ranges.StaleIpPermissionStaleIpPermission. withPrefixListIds(String... prefixListIds)One or more prefix list IDs for an AWS service.StaleIpPermissionStaleIpPermission. withPrefixListIds(Collection<String> prefixListIds)One or more prefix list IDs for an AWS service.StaleIpPermissionStaleIpPermission. withToPort(Integer toPort)The end of the port range for the TCP and UDP protocols, or an ICMP type number.StaleIpPermissionStaleIpPermission. withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)One or more security group pairs.StaleIpPermissionStaleIpPermission. withUserIdGroupPairs(Collection<UserIdGroupPair> userIdGroupPairs)One or more security group pairs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type StaleIpPermission Modifier and Type Method Description List<StaleIpPermission>StaleSecurityGroup. getStaleIpPermissions()Information about the stale inbound rules in the security group.List<StaleIpPermission>StaleSecurityGroup. getStaleIpPermissionsEgress()Information about the stale outbound rules in the security group.Methods in com.amazonaws.services.ec2.model with parameters of type StaleIpPermission Modifier and Type Method Description StaleSecurityGroupStaleSecurityGroup. withStaleIpPermissions(StaleIpPermission... staleIpPermissions)Information about the stale inbound rules in the security group.StaleSecurityGroupStaleSecurityGroup. withStaleIpPermissionsEgress(StaleIpPermission... staleIpPermissionsEgress)Information about the stale outbound rules in the security group.Method parameters in com.amazonaws.services.ec2.model with type arguments of type StaleIpPermission Modifier and Type Method Description voidStaleSecurityGroup. setStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)Information about the stale inbound rules in the security group.voidStaleSecurityGroup. setStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)Information about the stale outbound rules in the security group.StaleSecurityGroupStaleSecurityGroup. withStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)Information about the stale inbound rules in the security group.StaleSecurityGroupStaleSecurityGroup. withStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)Information about the stale outbound rules in the security group.
-