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> |
AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)
Adds the specified inbound (ingress) rules to a security group.
|
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.clone() |
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withCidrIp(String cidrIp)
The IPv4 address range, in CIDR format.
|
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)
The sets of IP permissions.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
The sets 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)
[nondefault VPC] The Amazon Web Services account ID for the source security group, if the source security group
is in a different account.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
[VPC Only] The tags applied to the security group rule.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withTagSpecifications(TagSpecification... tagSpecifications)
[VPC Only] The tags applied to the security group rule.
|
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 © 2021. All rights reserved.