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