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 StaleIpPermission
StaleIpPermission. clone()
StaleIpPermission
StaleIpPermission. withFromPort(Integer fromPort)
The start of the port range for the TCP and UDP protocols, or an ICMP type number.StaleIpPermission
StaleIpPermission. withIpProtocol(String ipProtocol)
StaleIpPermission
StaleIpPermission. withIpRanges(String... ipRanges)
One or more IP ranges.StaleIpPermission
StaleIpPermission. withIpRanges(Collection<String> ipRanges)
One or more IP ranges.StaleIpPermission
StaleIpPermission. withPrefixListIds(String... prefixListIds)
One or more prefix list IDs for an AWS service.StaleIpPermission
StaleIpPermission. withPrefixListIds(Collection<String> prefixListIds)
One or more prefix list IDs for an AWS service.StaleIpPermission
StaleIpPermission. withToPort(Integer toPort)
The end of the port range for the TCP and UDP protocols, or an ICMP type number.StaleIpPermission
StaleIpPermission. withUserIdGroupPairs(UserIdGroupPair... userIdGroupPairs)
One or more security group pairs.StaleIpPermission
StaleIpPermission. 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 StaleSecurityGroup
StaleSecurityGroup. withStaleIpPermissions(StaleIpPermission... staleIpPermissions)
Information about the stale inbound rules in the security group.StaleSecurityGroup
StaleSecurityGroup. 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 void
StaleSecurityGroup. setStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)
Information about the stale inbound rules in the security group.void
StaleSecurityGroup. setStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.StaleSecurityGroup
StaleSecurityGroup. withStaleIpPermissions(Collection<StaleIpPermission> staleIpPermissions)
Information about the stale inbound rules in the security group.StaleSecurityGroup
StaleSecurityGroup. withStaleIpPermissionsEgress(Collection<StaleIpPermission> staleIpPermissionsEgress)
Information about the stale outbound rules in the security group.
-