Uses of Class
com.amazonaws.services.ec2.model.RevokeSecurityGroupIngressRequest
Packages that use RevokeSecurityGroupIngressRequest
-
Uses of RevokeSecurityGroupIngressRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type RevokeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.revokeSecurityGroupIngress
(RevokeSecurityGroupIngressRequest request) AmazonEC2.revokeSecurityGroupIngress
(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) Removes one or more ingress rules from a security group.AmazonEC2Client.revokeSecurityGroupIngress
(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) Removes one or more ingress rules from a security group.AbstractAmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request) AbstractAmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) AmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) Removes one or more ingress rules from a security group.AmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Removes one or more ingress rules from a security group.AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request) AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type RevokeSecurityGroupIngressRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.revokeSecurityGroupIngressAsync
(AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Simplified method form for invoking the RevokeSecurityGroupIngress operation with an AsyncHandler.AbstractAmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) AmazonEC2Async.revokeSecurityGroupIngressAsync
(AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Simplified method form for invoking the RevokeSecurityGroupIngress operation with an AsyncHandler.AmazonEC2Async.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Removes one or more ingress rules from a security group.AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync
(AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) Simplified method form for invoking the RevokeSecurityGroupIngress operation with an AsyncHandler.AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync
(RevokeSecurityGroupIngressRequest request, AsyncHandler<RevokeSecurityGroupIngressRequest, RevokeSecurityGroupIngressResult> asyncHandler) -
Uses of RevokeSecurityGroupIngressRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return RevokeSecurityGroupIngressRequestModifier and TypeMethodDescriptionRevokeSecurityGroupIngressRequest.clone()
RevokeSecurityGroupIngressRequest.withCidrIp
(String cidrIp) The CIDR IP address range.RevokeSecurityGroupIngressRequest.withFromPort
(Integer fromPort) The start of port range for the TCP and UDP protocols, or an ICMP type number.RevokeSecurityGroupIngressRequest.withGroupId
(String groupId) The ID of the security group.RevokeSecurityGroupIngressRequest.withGroupName
(String groupName) [EC2-Classic, default VPC] The name of the security group.RevokeSecurityGroupIngressRequest.withIpPermissions
(IpPermission... ipPermissions) A set of IP permissions.RevokeSecurityGroupIngressRequest.withIpPermissions
(Collection<IpPermission> ipPermissions) A set of IP permissions.RevokeSecurityGroupIngressRequest.withIpProtocol
(String ipProtocol) RevokeSecurityGroupIngressRequest.withSourceSecurityGroupName
(String sourceSecurityGroupName) [EC2-Classic, default VPC] The name of the source security group.RevokeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId
(String sourceSecurityGroupOwnerId) [EC2-Classic] The AWS account ID of the source security group, if the source security group is in a different account.RevokeSecurityGroupIngressRequest.withToPort
(Integer toPort) The end of port range for the TCP and UDP protocols, or an ICMP code number.Methods in com.amazonaws.services.ec2.model that return types with arguments of type RevokeSecurityGroupIngressRequestModifier and TypeMethodDescriptionRevokeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.