Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressRequest
-
Packages that use AuthorizeSecurityGroupIngressRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AuthorizeSecurityGroupIngressRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupIngressRequest Modifier and Type Method Description Future<AuthorizeSecurityGroupIngressResult>AbstractAmazonEC2Async. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)Future<AuthorizeSecurityGroupIngressResult>AmazonEC2Async. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)Adds one or more ingress rules to a security group.Future<AuthorizeSecurityGroupIngressResult>AmazonEC2AsyncClient. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) -
Uses of AuthorizeSecurityGroupIngressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupIngressRequest Modifier and Type Method Description AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. clone()AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withCidrIp(String cidrIp)The CIDR IP address range.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withFromPort(Integer fromPort)The start of port range for the TCP and UDP protocols, or an ICMP type number.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withGroupId(String groupId)The ID of the security group.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withGroupName(String groupName)[EC2-Classic, default VPC] The name of the security group.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withIpPermissions(IpPermission... ipPermissions)A set of IP permissions.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withIpPermissions(Collection<IpPermission> ipPermissions)A set of IP permissions.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withIpProtocol(String ipProtocol)AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withSourceSecurityGroupName(String sourceSecurityGroupName)[EC2-Classic, default VPC] The name of the source security group.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)[EC2-Classic] The AWS account number for the source security group, if the source security group is in a different account.AuthorizeSecurityGroupIngressRequestAuthorizeSecurityGroupIngressRequest. withToPort(Integer toPort)The end of port range for the TCP and UDP protocols, or an ICMP code number.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AuthorizeSecurityGroupIngressRequest Modifier and Type Method Description Request<AuthorizeSecurityGroupIngressRequest>AuthorizeSecurityGroupIngressRequest. getDryRunRequest()This method is intended for internal use only.
-