Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupEgressRequest
Packages that use AuthorizeSecurityGroupEgressRequest
-
Uses of AuthorizeSecurityGroupEgressRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type AuthorizeSecurityGroupEgressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest request) AmazonEC2.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest) [EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.AmazonEC2Client.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest) [EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.AbstractAmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request) AbstractAmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult> asyncHandler) AmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest) [EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.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.AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request) AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupEgressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult> asyncHandler) 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.AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest, AuthorizeSecurityGroupEgressResult> asyncHandler) -
Uses of AuthorizeSecurityGroupEgressRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type AuthorizeSecurityGroupEgressRequestModifier and TypeClassDescriptionclassContains the parameters for AuthorizeSecurityGroupEgress.Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupEgressRequestModifier and TypeMethodDescriptionAuthorizeSecurityGroupEgressRequest.clone()AuthorizeSecurityGroupEgressRequest.withCidrIp(String cidrIp) The CIDR IP address range.AuthorizeSecurityGroupEgressRequest.withFromPort(Integer fromPort) The start of port range for the TCP and UDP protocols, or an ICMP type number.AuthorizeSecurityGroupEgressRequest.withGroupId(String groupId) The ID of the security group.AuthorizeSecurityGroupEgressRequest.withIpPermissions(IpPermission... ipPermissions) A set of IP permissions.AuthorizeSecurityGroupEgressRequest.withIpPermissions(Collection<IpPermission> ipPermissions) A set of IP permissions.AuthorizeSecurityGroupEgressRequest.withIpProtocol(String ipProtocol) The IP protocol name or number.AuthorizeSecurityGroupEgressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName) The name of a destination security group.AuthorizeSecurityGroupEgressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId) The AWS account number for a destination security group.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 AuthorizeSecurityGroupEgressRequestModifier and TypeMethodDescriptionAuthorizeSecurityGroupEgressRequest.getDryRunRequest()This method is intended for internal use only.