Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupEgressRequest
-
Packages that use AuthorizeSecurityGroupEgressRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AuthorizeSecurityGroupEgressRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupEgressRequest Modifier and Type Method Description Future<AuthorizeSecurityGroupEgressResult>
AbstractAmazonEC2Async. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
Future<AuthorizeSecurityGroupEgressResult>
AmazonEC2Async. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.Future<AuthorizeSecurityGroupEgressResult>
AmazonEC2AsyncClient. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
-
Uses of AuthorizeSecurityGroupEgressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupEgressRequest Modifier and Type Method Description AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. clone()
AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withCidrIp(String cidrIp)
The CIDR IP address range.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type number.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withGroupId(String groupId)
The ID of the security group.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withIpPermissions(IpPermission... ipPermissions)
A set of IP permissions.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withIpPermissions(Collection<IpPermission> ipPermissions)
A set of IP permissions.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withIpProtocol(String ipProtocol)
The IP protocol name or number.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withSourceSecurityGroupName(String sourceSecurityGroupName)
The name of a destination security group.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
The AWS account number for a destination security group.AuthorizeSecurityGroupEgressRequest
AuthorizeSecurityGroupEgressRequest. withToPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP type number.Methods in com.amazonaws.services.ec2.model that return types with arguments of type AuthorizeSecurityGroupEgressRequest Modifier and Type Method Description Request<AuthorizeSecurityGroupEgressRequest>
AuthorizeSecurityGroupEgressRequest. getDryRunRequest()
This method is intended for internal use only.
-