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 AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. clone()
AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withCidrIp(String cidrIp)
The CIDR IP address range.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type number.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withGroupId(String groupId)
The ID of the security group.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withGroupName(String groupName)
[EC2-Classic, default VPC] The name of the security group.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withIpPermissions(IpPermission... ipPermissions)
A set of IP permissions.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withIpPermissions(Collection<IpPermission> ipPermissions)
A set of IP permissions.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withIpProtocol(String ipProtocol)
AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withSourceSecurityGroupName(String sourceSecurityGroupName)
[EC2-Classic, default VPC] The name of the source security group.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
[EC2-Classic] The AWS account number for the source security group, if the source security group is in a different account.AuthorizeSecurityGroupIngressRequest
AuthorizeSecurityGroupIngressRequest. 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.
-