Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeSecurityGroupIngressResult> |
AbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2AsyncClient.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.
|
Modifier and Type | Method and 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(Collection<IpPermission> ipPermissions)
A set of IP permissions.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withIpPermissions(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.
|
Modifier and Type | Method and Description |
---|---|
Request<AuthorizeSecurityGroupIngressRequest> |
AuthorizeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.