Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.clone() |
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withCidrIp(java.lang.String cidrIp)
The CIDR IP address range.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withFromPort(java.lang.Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type
number.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withGroupId(java.lang.String groupId)
The ID of the security group.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withGroupName(java.lang.String groupName)
[EC2-Classic, default VPC] The name of the security group.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withIpPermissions(java.util.Collection<IpPermission> ipPermissions)
A set of IP permissions.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
A set of IP permissions.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withIpProtocol(java.lang.String ipProtocol)
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupName(java.lang.String sourceSecurityGroupName)
[EC2-Classic, default VPC] The name of the source security group.
|
AuthorizeSecurityGroupIngressRequest |
AuthorizeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Request<AuthorizeSecurityGroupIngressRequest> |
AuthorizeSecurityGroupIngressRequestMarshaller.marshall(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) |
Modifier and Type | Method and Description |
---|---|
Request<AuthorizeSecurityGroupIngressRequest> |
AuthorizeSecurityGroupIngressRequestMarshaller.marshall(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest) |