Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressRequest
Packages that use AuthorizeSecurityGroupIngressRequest
-
Uses of AuthorizeSecurityGroupIngressRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.authorizeSecurityGroupIngress
(AuthorizeSecurityGroupIngressRequest request) AmazonEC2.authorizeSecurityGroupIngress
(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) Adds one or more ingress rules to a security group.AmazonEC2Client.authorizeSecurityGroupIngress
(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) Adds one or more ingress rules to a security group.AbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest request) AbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult> asyncHandler) AmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) Adds one or more ingress rules to a security group.AmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult> asyncHandler) Adds one or more ingress rules to a security group.AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest request) AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult> asyncHandler) AmazonEC2Async.authorizeSecurityGroupIngressAsync
(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest, AuthorizeSecurityGroupIngressResult> asyncHandler) Adds one or more ingress rules to a security group.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 AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAuthorizeSecurityGroupIngressRequest.clone()
AuthorizeSecurityGroupIngressRequest.withCidrIp
(String cidrIp) The CIDR IP address range.AuthorizeSecurityGroupIngressRequest.withFromPort
(Integer fromPort) The start of port range for the TCP and UDP protocols, or an ICMP type number.AuthorizeSecurityGroupIngressRequest.withGroupId
(String groupId) The ID of the security group.AuthorizeSecurityGroupIngressRequest.withGroupName
(String groupName) [EC2-Classic, default VPC] The name of the security group.AuthorizeSecurityGroupIngressRequest.withIpPermissions
(IpPermission... ipPermissions) A set of IP permissions.AuthorizeSecurityGroupIngressRequest.withIpPermissions
(Collection<IpPermission> ipPermissions) A set of IP permissions.AuthorizeSecurityGroupIngressRequest.withIpProtocol
(String ipProtocol) AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupName
(String sourceSecurityGroupName) [EC2-Classic, default VPC] The name of the source security group.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.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 AuthorizeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAuthorizeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.